Skip to content

Commit de9dd3e

Browse files
committed
1.3.14
1 parent 95a0c0a commit de9dd3e

File tree

3 files changed

+33
-14
lines changed

3 files changed

+33
-14
lines changed

changelog.md

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

3-
## Next
3+
## 1.3.14
4+
*2024-04-15*
45
- Updated resource pack format to `31`.
56
- Updated data pack format to `39`.
67
- Fixed data pack format for 24w12a and 24w13a.

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pack-format",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"description": "Returns the pack_format of any Minecraft version, including snapshots",
55
"scripts": {
66
"prepublish": "tsc",
@@ -36,6 +36,6 @@
3636
"license": "ISC",
3737
"devDependencies": {
3838
"@types/node": "ts5.0",
39-
"typescript": "~5.0.4"
39+
"typescript": "~5.0.4 <5.1"
4040
}
4141
}

0 commit comments

Comments
 (0)