Merge tag '1.9.0' into develop

1.9.0
This commit is contained in:
ntr 2019-11-21 11:04:55 +11:00
commit c21d64e3e8
6 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,14 @@
## [1.9.0] - 2019-11-21
### Changed
- VBOX
- You can now buy and combine from the VBOX and your inventory at the same time.
- Performance
- Websocket messages are now compressed in transit.
### Added
- Concede Round
- You can now concede game rounds, coward.
## [1.8.5] - 2019-11-16 ## [1.8.5] - 2019-11-16
### Fixed ### Fixed
- Multiple ko event bug - Multiple ko event bug

View File

@ -1 +1 @@
1.8.5 1.9.0

View File

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

View File

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

View File

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

View File

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