Merge tag '1.6.2' into develop
1.6.2
This commit is contained in:
commit
7799b2d9a4
@ -2,13 +2,12 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [1.6.1] - 2019-10-??
|
||||
## [1.6.2] - 2019-10-20
|
||||
### Fixed
|
||||
- Combiner bug where it would preview items for different combinations
|
||||
- Skill descriptions are cleared when animations start
|
||||
|
||||
- Combiner bug where it would preview items for different combinations
|
||||
|
||||
- Skill descriptions are cleared when animations start
|
||||
|
||||
## [1.6.1] - Skipped
|
||||
|
||||
## [1.6.0] - 2019-10-18
|
||||
### Added
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mnml-client",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mnml-client",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mnml-ops",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mnml"
|
||||
version = "1.6.1"
|
||||
version = "1.6.2"
|
||||
authors = ["ntr <ntr@smokestack.io>"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user