diff --git a/changelog.md b/changelog.md index f78d29d..1558026 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # Changelog -## Next +## 1.3.11 +*2024-01-03* - Fixed incorrect maximum versions being returned in the output of `--list`. - Fixed snapshots being incorrectly formatted in the output of `--list`. diff --git a/package-lock.json b/package-lock.json index 5a04873..8f1b9ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pack-format", - "version": "1.3.10", + "version": "1.3.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pack-format", - "version": "1.3.10", + "version": "1.3.11", "license": "ISC", "bin": { "pack-format": "bin/index.js" diff --git a/package.json b/package.json index 4982b6d..238fe40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pack-format", - "version": "1.3.10", + "version": "1.3.11", "description": "Returns the pack_format of any Minecraft version, including snapshots", "scripts": { "prepublish": "tsc",