Skip to content

Commit

Permalink
1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed Aug 10, 2023
1 parent 55abd80 commit 79a18f9
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 17.x, 16.x, 14.x, 12.x]
node-version: [20.x, 18.x, 16.x, 14.x, 12.x]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## Next
- Changed the CLI output to display both resource and data pack formats on separate lines.
## 1.3.9
*2023-08-10*
- Changed the CLI output to display both resource and data pack formats on separate lines when no type is specified.
- Updated resource and data pack formats to `17`.

## 1.3.8
Expand Down
20 changes: 17 additions & 3 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.3.8",
"version": "1.3.9",
"description": "Returns the pack_format of any Minecraft version, including snapshots",
"scripts": {
"prepublish": "tsc",
Expand Down

0 comments on commit 79a18f9

Please sign in to comment.