semantic-release-minecraft 2.3.21 → 2.3.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,7 +22,7 @@ jobs:
22
22
 
23
23
  - uses: pnpm/action-setup@v4
24
24
  with:
25
- version: 10.26.1
25
+ version: 10.26.2
26
26
 
27
27
  - name: Setup Node.js
28
28
  uses: actions/setup-node@v6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## [2.3.23](https://github.com/pynickle/semantic-release-minecraft/compare/v2.3.22...v2.3.23) (2025-12-29)
2
+
3
+ ### 🔧 Miscellaneous Changes
4
+
5
+ * **deps:** update dependency oxfmt to ^0.21.0 ([fec8057](https://github.com/pynickle/semantic-release-minecraft/commit/fec8057e7393fe9c01d4ec91ebbc65596cd866bc))
6
+ * **deps:** update dependency oxlint to ^1.36.0 ([efdc9ad](https://github.com/pynickle/semantic-release-minecraft/commit/efdc9ad6039287cc2a163d8fc764025548018e2c))
7
+
8
+ ## [2.3.22](https://github.com/pynickle/semantic-release-minecraft/compare/v2.3.21...v2.3.22) (2025-12-25)
9
+
10
+ ### 🔧 Miscellaneous Changes
11
+
12
+ * **deps:** update dependency pnpm to v10.26.2 ([96ee5c0](https://github.com/pynickle/semantic-release-minecraft/commit/96ee5c0b0324634c5a290719bfec577276d25057))
13
+
1
14
  ## [2.3.21](https://github.com/pynickle/semantic-release-minecraft/compare/v2.3.20...v2.3.21) (2025-12-23)
2
15
 
3
16
  ### 🔧 Miscellaneous Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "semantic-release-minecraft",
3
- "version": "2.3.21",
3
+ "version": "2.3.23",
4
4
  "description": "Automated Release For Minecraft Project",
5
5
  "keywords": [
6
6
  "semantic-release",
@@ -33,8 +33,8 @@
33
33
  "@types/lodash": "^4.17.21",
34
34
  "@types/node": "^24.10.4",
35
35
  "conventional-changelog-conventionalcommits": "^9.1.0",
36
- "oxfmt": "^0.20.0",
37
- "oxlint": "^1.35.0",
36
+ "oxfmt": "^0.21.0",
37
+ "oxlint": "^1.36.0",
38
38
  "semantic-release": "^25.0.2",
39
39
  "typescript": "^5.9.3"
40
40
  },