From 8b640134ecee87efd8f4dc0a4b0c1d95ef8ebfd0 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Mon, 17 Aug 2026 00:58:40 +0000 Subject: [PATCH 1/4] Update Minecraft Assets --- minecraft-assets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft-assets b/minecraft-assets index adb82d5..67c9b13 160000 --- a/minecraft-assets +++ b/minecraft-assets @@ -1 +1 @@ -Subproject commit adb82d5d764511b0509a63827229656093bb1509 +Subproject commit 67c9b138b00a6b67c29ba68dae74c41faef4889d From 46ca01e0d7a338c09221dfe78e542403160e65eb Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Mon, 17 Aug 2026 00:58:40 +0000 Subject: [PATCH 2/4] Release 1.17.0 --- doc/history.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/history.md b/doc/history.md index 1a5d907..b688740 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,3 +1,6 @@ +## 1.17.0 +* update mcassets + ## 1.18.0 * [Update CI to Node 24 (#49)](https://github.com/PrismarineJS/node-minecraft-assets/commit/6ca5292bd1655263545d2e3b286b8b7d7dbe2292) (thanks @rom1504) * [Fix publish condition for npm-publish v4 (#48)](https://github.com/PrismarineJS/node-minecraft-assets/commit/a1533d5a77d7574ef26587b4da7bdb27f66d48d7) (thanks @rom1504) diff --git a/package.json b/package.json index 0137ff8..a4a28da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-assets", - "version": "1.18.0", + "version": "1.17.0", "description": "Provide minecraft assets", "main": "index.js", "tonicExampleFilename": "example.js", From 56341346b30549d1e27b9fb52697d8c78d6358c4 Mon Sep 17 00:00:00 2001 From: u9g Date: Sun, 16 Aug 2026 21:09:14 -0400 Subject: [PATCH 3/4] Update history.md --- doc/history.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/history.md b/doc/history.md index b688740..298007f 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,7 +1,5 @@ -## 1.17.0 -* update mcassets - ## 1.18.0 +* update mcassets * [Update CI to Node 24 (#49)](https://github.com/PrismarineJS/node-minecraft-assets/commit/6ca5292bd1655263545d2e3b286b8b7d7dbe2292) (thanks @rom1504) * [Fix publish condition for npm-publish v4 (#48)](https://github.com/PrismarineJS/node-minecraft-assets/commit/a1533d5a77d7574ef26587b4da7bdb27f66d48d7) (thanks @rom1504) * [Switch to trusted publishing via OIDC (#47)](https://github.com/PrismarineJS/node-minecraft-assets/commit/422e135758a891a88e98f2fbb8f6e41f4254d777) (thanks @rom1504) From 1f6feb454fc1610755723de59a8e7ff0faca4d29 Mon Sep 17 00:00:00 2001 From: u9g Date: Sun, 16 Aug 2026 21:09:28 -0400 Subject: [PATCH 4/4] Update version from 1.17.0 to 1.18.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4a28da..0137ff8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-assets", - "version": "1.17.0", + "version": "1.18.0", "description": "Provide minecraft assets", "main": "index.js", "tonicExampleFilename": "example.js",