From 649cb998d6c20d5a230e8428e54cb3c3b98cd0d3 Mon Sep 17 00:00:00 2001 From: Nixinova Date: Tue, 5 Oct 2021 09:37:53 +1300 Subject: [PATCH] 1.3.0 --- changelog.md | 3 ++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 6fe7171..9aa991e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # Changelog -## Next +## 1.3.0 +*2021-10-05* - Added function `getPackFormats(version: string): object` to retrieve both the resource and data pack formats of a given version. - Changed the default CLI command to show both pack formats if the type is unspecified instead of defaulting to the resource pack format. diff --git a/package-lock.json b/package-lock.json index 934c1c3..7b0419d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pack-format", - "version": "1.2.8", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pack-format", - "version": "1.2.8", + "version": "1.3.0", "license": "ISC", "bin": { "pack-format": "bin/index.js" diff --git a/package.json b/package.json index 53d201c..d8bc466 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pack-format", - "version": "1.2.8", + "version": "1.3.0", "description": "Returns the pack_format of any Minecraft version, including snapshots", "scripts": { "prepublish": "tsc",