Skip to content

Commit 2e3790b

Browse files
committed
1.4.2
1 parent e5e6700 commit 2e3790b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [20.x, 18.x, 16.x, 14.x, 12.x]
15+
node-version: [24.x, 22.x, 20.x, 18.x, 16.x, 14.x, 12.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

3-
## Next:
3+
## 1.4.2
4+
*2025-06-27*
45
- Fixed returned latest pack formats not checking release versions.
6+
- Updated resource pack format to `64`.
7+
- Updated data pack format to `81`.
58

69
## 1.4.1
710
*2025-01-27*

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pack-format",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Returns the pack_format of any Minecraft version, including snapshots",
55
"scripts": {
66
"prepublish": "tsc",

0 commit comments

Comments
 (0)