Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed Oct 4, 2021
1 parent 45b2f79 commit 649cb99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Next
## 1.3.0
*2021-10-05*
- Added function `getPackFormats(version: string): object` to retrieve both the resource and data pack formats of a given version.
- Changed the default CLI command to show both pack formats if the type is unspecified instead of defaulting to the resource pack format.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pack-format",
"version": "1.2.8",
"version": "1.3.0",
"description": "Returns the pack_format of any Minecraft version, including snapshots",
"scripts": {
"prepublish": "tsc",
Expand Down

0 comments on commit 649cb99

Please sign in to comment.