From b03f9cc46ae16f56f55634edc408c6d2fe4a21b3 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Wed, 27 Nov 2024 08:40:48 +0100 Subject: [PATCH] Release 1.13.0 (#35) * Update Minecraft Assets * Release 1.13.0 --------- Co-authored-by: rom1504bot Co-authored-by: Romain Beaumont --- doc/history.md | 3 +++ minecraft-assets | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/history.md b/doc/history.md index 205ff28..0220c0a 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,3 +1,6 @@ +## 1.13.0 +* update mcassets + ## 1.12.2 * [Create commands.yml](https://github.com/PrismarineJS/node-minecraft-assets/commit/22197c769780ef7d0b94bf0db39a7d168199a154) (thanks @rom1504) * [Add 1.20.2 to index.js](https://github.com/PrismarineJS/node-minecraft-assets/commit/3a7e634fa5d47d690029c14e20eba909e43f2b7d) (thanks @rom1504) diff --git a/minecraft-assets b/minecraft-assets index a14c643..c3cef94 160000 --- a/minecraft-assets +++ b/minecraft-assets @@ -1 +1 @@ -Subproject commit a14c64362abe4a12c2dfd87f8d1673af9d1b09f4 +Subproject commit c3cef94d3497085442652155a03f3a5c1532ce6d diff --git a/package.json b/package.json index 2eae835..552ee18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-assets", - "version": "1.12.2", + "version": "1.13.0", "description": "Provide minecraft assets", "main": "index.js", "tonicExampleFilename": "example.js",