Skip to content

Commit 649cb99

Browse files
committed
1.3.0
1 parent 45b2f79 commit 649cb99

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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.0
4+
*2021-10-05*
45
- Added function `getPackFormats(version: string): object` to retrieve both the resource and data pack formats of a given version.
56
- Changed the default CLI command to show both pack formats if the type is unspecified instead of defaulting to the resource pack format.
67

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.2.8",
3+
"version": "1.3.0",
44
"description": "Returns the pack_format of any Minecraft version, including snapshots",
55
"scripts": {
66
"prepublish": "tsc",

0 commit comments

Comments
 (0)