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",