Skip to content

Commit 25a3b35

Browse files
Release 1.21.0 (#107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf84ca6 commit 25a3b35

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ See [doc/API.md](doc/API.md)
2828

2929
## History
3030

31+
### 1.21.0
32+
* [Add isWaterlogged to API (#105)](https://github.com/PrismarineJS/prismarine-block/commit/bf84ca682255db995dfaba23e03209cc5af3ead6) (thanks @extremeheat)
33+
3134
### 1.20.0
3235
* [Bump mocha from 10.8.2 to 11.0.1 (#104)](https://github.com/PrismarineJS/prismarine-block/commit/21e8ea2128df9bb90b59aa58fa491d6dd6031a3f) (thanks @dependabot[bot])
3336
* [Add support for Bedrock edition block hashes (#97)](https://github.com/PrismarineJS/prismarine-block/commit/bc8a7af40438d6d6c715fc8d1e1da8a087c588ad) (thanks @FreezeEngine)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prismarine-block",
3-
"version": "1.20.0",
3+
"version": "1.21.0",
44
"description": "Represent a minecraft block with its associated data",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)