Merge tag '1.9.0' into develop
1.9.0
This commit is contained in:
commit
c21d64e3e8
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
|
||||
### Fixed
|
||||
- Multiple ko event bug
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mnml-client",
|
||||
"version": "1.8.5",
|
||||
"version": "1.9.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mnml-client",
|
||||
"version": "1.8.5",
|
||||
"version": "1.9.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mnml-ops",
|
||||
"version": "1.8.5",
|
||||
"version": "1.9.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mnml"
|
||||
version = "1.8.5"
|
||||
version = "1.9.0"
|
||||
authors = ["ntr <ntr@smokestack.io>"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user