This commit is contained in:
Artem Chivchalov
2016-12-27 18:12:38 +03:00
parent f8b035c4f8
commit 86492c6ee6
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
#### 2.2.1
* Updated LokiJS dependency to 1.4.2 version that [fixes](https://github.com/techfort/LokiJS/pull/509) corruption of `db.json` file.
* Fixed a bug with invalid `Map.describeExits` result for newly generated rooms.
#### 2.2.0
* Game changes according to [2016-11-27 changelog](http://support.screeps.com/hc/en-us/articles/213649289).

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "2.2.0",
"version": "2.2.1",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
@@ -15,11 +15,11 @@
"dependencies": {
"@screeps/backend": "2.0.3",
"@screeps/common": "2.0.1",
"@screeps/driver": "2.0.1",
"@screeps/driver": "2.0.2",
"@screeps/engine": "2.1.0",
"@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "2.0.1"
"@screeps/storage": "2.0.2"
},
"engines": {
"node": ">=6.5.0",