From 6f923c022a58365ebb6eb98f0e9ac98d07cd7cd3 Mon Sep 17 00:00:00 2001 From: Nixinova Date: Wed, 3 Jan 2024 22:02:18 +1300 Subject: [PATCH] 1.3.11 --- 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 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",