Skip to content

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
artch committed Jan 18, 2017
1 parent 86492c6 commit d2bfa4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
#### 2.2.2
* Disallowed `Promise` objects since due to their security vulnerability in virtual machine environment.
* Fixed a bug with invalid runtime data for a controller signed by another player, but owned by the current player.
* Disabled recycling creeps that are not spawned yet.
* Creeps can be renewed by multiple spawns simultaneously now.

#### 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.
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "2.2.1",
"version": "2.2.2",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
Expand All @@ -15,8 +15,8 @@
"dependencies": {
"@screeps/backend": "2.0.3",
"@screeps/common": "2.0.1",
"@screeps/driver": "2.0.2",
"@screeps/engine": "2.1.0",
"@screeps/driver": "2.0.3",
"@screeps/engine": "2.1.1",
"@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "2.0.2"
Expand Down

0 comments on commit d2bfa4b

Please sign in to comment.