Skip to content

Commit

Permalink
Release 3.35.0 (#287)
Browse files Browse the repository at this point in the history
* Update

* Release 3.35.0

* use typescript 5.0

---------

Co-authored-by: rom1504bot <[email protected]>
Co-authored-by: extremeheat <[email protected]>
  • Loading branch information
3 people authored Jun 8, 2023
1 parent 467809c commit 100b2ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions doc/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## 3.35.0

* update `minecraft-data`

## 3.34.0

* update `minecraft-data`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minecraft-data",
"version": "3.34.0",
"version": "3.35.0",
"description": "Provide easy access to minecraft data in node.js",
"main": "index.js",
"tonicExampleFilename": "example.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"mocha": "^10.0.0",
"require-self": "^0.2.3",
"standard": "^17.0.0",
"typescript": "^5.0.4"
"typescript": "~5.0.4"
},
"dependencies": {}
}

0 comments on commit 100b2ef

Please sign in to comment.