From 610646797e9740d9f814544d499a04e788118310 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 18:25:23 +0000 Subject: [PATCH] Release 1.20.0 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b22e1c2..702acb3 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ See [doc/API.md](doc/API.md) ## History +### 1.20.0 +* [Bump mocha from 10.8.2 to 11.0.1 (#104)](https://github.com/PrismarineJS/prismarine-block/commit/21e8ea2128df9bb90b59aa58fa491d6dd6031a3f) (thanks @dependabot[bot]) +* [Add support for Bedrock edition block hashes (#97)](https://github.com/PrismarineJS/prismarine-block/commit/bc8a7af40438d6d6c715fc8d1e1da8a087c588ad) (thanks @FreezeEngine) + ### 1.19.0 * [Update npm-publish.yml](https://github.com/PrismarineJS/prismarine-block/commit/faed7f0390d3f4fd0b15e24193463ed111dbc69a) (thanks @rom1504) diff --git a/package.json b/package.json index 930650b..90e75ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-block", - "version": "1.19.0", + "version": "1.20.0", "description": "Represent a minecraft block with its associated data", "main": "index.js", "scripts": {