Skip to content

Commit 79a18f9

Browse files
committed
1.3.9
1 parent 55abd80 commit 79a18f9

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x, 17.x, 16.x, 14.x, 12.x]
15+
node-version: [20.x, 18.x, 16.x, 14.x, 12.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

changelog.md

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

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

78
## 1.3.8

package-lock.json

Lines changed: 17 additions & 3 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.3.8",
3+
"version": "1.3.9",
44
"description": "Returns the pack_format of any Minecraft version, including snapshots",
55
"scripts": {
66
"prepublish": "tsc",

0 commit comments

Comments
 (0)