Skip to content

Commit 251e0b0

Browse files
Release 1.19.0 (#101)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent faed7f0 commit 251e0b0

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.19.0
32+
* [Update npm-publish.yml](https://github.com/PrismarineJS/prismarine-block/commit/faed7f0390d3f4fd0b15e24193463ed111dbc69a) (thanks @rom1504)
33+
3134
### 1.18.0
3235
* [Fix false value handling in fromProperties for post flatenning versions (#98)](https://github.com/PrismarineJS/prismarine-block/commit/1514a1dcd12984016a5fd360009dd3811ae54f66) (thanks @zardoy)
3336
* [fix version used in block entity (#99)](https://github.com/PrismarineJS/prismarine-block/commit/05aed2ecee7f427b332b0682618368e61c45e1eb) (thanks @rom1504)

package.json

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

0 commit comments

Comments
 (0)