Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Karang committed Oct 31, 2021
1 parent 8523a50 commit 4acae23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## History

### 1.1.0

* Biome map
* player seed cracking

### 1.0.0

* initial implementation
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prismarine-rng",
"version": "1.0.0",
"version": "1.1.0",
"description": "Collection of utilities to work with minecraft RNG.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,10 +37,10 @@
"prismarine-item": "^1.5.0"
},
"devDependencies": {
"mineflayer": "3.0.0",
"mineflayer": "^3.0.0",
"canvas": "^2.6.1",
"babel-eslint": "^10.1.0",
"jest": "^26.1.0",
"jest": "^27.0.4",
"prismarine-rng": "file:.",
"standard": "^16.0.3"
}
Expand Down

0 comments on commit 4acae23

Please sign in to comment.