Merge tag '1.6.3' into develop

1.6.3
This commit is contained in:
ntr 2019-10-23 16:47:19 +11:00
commit bce66c20b6
6 changed files with 12 additions and 7 deletions

View File

@ -2,12 +2,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [1.6.3] - 2019-10-XX ## [1.6.3] - 2019-10-23
### Added
- MNNI: the MNML guide
- Delivers the message of the day
### Fixed ### Fixed
- Fixed issue where dots / hots would not trigger when reapplied at a higher speed - Fixed issue where dots / hots would not trigger when reapplied at a higher speed
- Changed layout of home page. UI elements for rerolling construct avatars moved to a separate tab. - Changed layout of home page. UI elements for rerolling construct avatars moved to a separate tab.
- Added highlighting to first round of a game against the bots to guide new users - Added highlighting to first round of a game against the bots to guide new users
- Fixed UI issues related to scroll bars - Fixed UI issues related to scrolling
- Improved the invite link - Improved the invite link
## [1.6.2] - 2019-10-20 ## [1.6.2] - 2019-10-20

View File

@ -1 +1 @@
1.6.2 1.6.3

View File

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

View File

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

View File

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

View File

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