Merge tag '1.6.2' into develop

1.6.2
This commit is contained in:
ntr 2019-10-20 17:44:26 +11:00
commit 7799b2d9a4
6 changed files with 9 additions and 10 deletions

View File

@ -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
## [1.6.1] - Skipped
## [1.6.0] - 2019-10-18
### Added

View File

@ -1 +1 @@
1.6.1
1.6.2

View File

@ -1,6 +1,6 @@
{
"name": "mnml-client",
"version": "1.6.1",
"version": "1.6.2",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "mnml-client",
"version": "1.6.1",
"version": "1.6.2",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "mnml-ops",
"version": "1.6.1",
"version": "1.6.2",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -1,6 +1,6 @@
[package]
name = "mnml"
version = "1.6.1"
version = "1.6.2"
authors = ["ntr <ntr@smokestack.io>"]
[dependencies]