Skip to content

Commit 38e8e87

Browse files
Release 1.17.1 (#92)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 06ef318 commit 38e8e87

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

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

2929
## History
3030

31+
### 1.17.1
32+
* [Export Block class declaration (#91)](https://github.com/PrismarineJS/prismarine-block/commit/06ef318525aa92b57b400e0ee899231a4a737bec) (thanks @IceTank)
33+
* [Bump standard from 16.0.4 to 17.1.0 (#83)](https://github.com/PrismarineJS/prismarine-block/commit/00cb8a9a6b810f1bcf7a6482b9a25554d7c39a70) (thanks @dependabot[bot])
34+
* [use nmd supportFeature (#60)](https://github.com/PrismarineJS/prismarine-block/commit/83a74fc3877197a6383665f7e121081e54f36e86) (thanks @u9g)
35+
* [Add command gh workflow allowing to use release command in comments (#90)](https://github.com/PrismarineJS/prismarine-block/commit/e9955a02d44570111ad0f72c52e61c3b1f5be72f) (thanks @rom1504)
36+
3137
### 1.17.0
3238

3339
* Support for multi-sided signs (thanks @PondWader)

package.json

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

0 commit comments

Comments
 (0)