Skip to content

Commit 3316b7b

Browse files
committed
1.3.3
1 parent 6d89238 commit 3316b7b

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
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.3
4+
*2022-06-13*
45
- Added an error message when using `--list` without providing a pack format.
56
- Changed CLI arguments to be parsed in a more intuitive order.
67
- Updated pack format data to 1.19.

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pack-format",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Returns the pack_format of any Minecraft version, including snapshots",
55
"scripts": {
66
"prepublish": "tsc",
@@ -35,7 +35,7 @@
3535
},
3636
"license": "ISC",
3737
"devDependencies": {
38-
"@types/node": "ts4.6",
39-
"typescript": "~4.6.2"
38+
"@types/node": "ts4.7",
39+
"typescript": "~4.7.3"
4040
}
4141
}

0 commit comments

Comments
 (0)