semantic-release-minecraft 2.3.73 → 2.3.74
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.
- package/CHANGELOG.md +2 -0
- package/bun.lock +4 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/bun.lock
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@semantic-release/release-notes-generator": "^14.1.1",
|
|
19
19
|
"@types/lodash": "^4.17.24",
|
|
20
20
|
"@types/node": "^25.9.3",
|
|
21
|
-
"conventional-changelog-conventionalcommits": "^
|
|
21
|
+
"conventional-changelog-conventionalcommits": "^10.2.0",
|
|
22
22
|
"oxfmt": "^0.56.0",
|
|
23
23
|
"oxlint": "^1.72.0",
|
|
24
24
|
"semantic-release": "^25.0.5",
|
|
@@ -44,6 +44,8 @@
|
|
|
44
44
|
|
|
45
45
|
"@colors/colors": ["@colors/colors@1.5.0", "", {}, "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ=="],
|
|
46
46
|
|
|
47
|
+
"@conventional-changelog/template": ["@conventional-changelog/template@1.2.0", "", {}, "sha512-12qHxvlKjHmP0PQ+17EREgC7lWyLwbph1RKcZQZ7k7ZWGmrxfxC9gadHGfvzr0g0u8BhiBGg3tks93txodlyRQ=="],
|
|
48
|
+
|
|
47
49
|
"@octokit/auth-token": ["@octokit/auth-token@6.0.0", "", {}, "sha512-P4YJBPdPSpWTQ1NU4XYdvHvXJJDxM6YwpS0FZHRgP7YFkdVxsWcpWGy/NVqlAA7PcPCnMacXlRm1y2PFZRWL/w=="],
|
|
48
50
|
|
|
49
51
|
"@octokit/core": ["@octokit/core@7.0.6", "", { "dependencies": { "@octokit/auth-token": "^6.0.0", "@octokit/graphql": "^9.0.3", "@octokit/request": "^10.0.6", "@octokit/request-error": "^7.0.2", "@octokit/types": "^16.0.0", "before-after-hook": "^4.0.0", "universal-user-agent": "^7.0.0" } }, "sha512-DhGl4xMVFGVIyMwswXeyzdL4uXD5OGILGX5N8Y+f6W7LhC1Ze2poSNrkF/fedpVDHEEZ+PHFW0vL14I+mm8K3Q=="],
|
|
@@ -238,7 +240,7 @@
|
|
|
238
240
|
|
|
239
241
|
"conventional-changelog-angular": ["conventional-changelog-angular@8.3.1", "", { "dependencies": { "compare-func": "^2.0.0" } }, "sha512-6gfI3otXK5Ph5DfCOI1dblr+kN3FAm5a97hYoQkqNZxOaYa5WKfXH+AnpsmS+iUH2mgVC2Cg2Qw9m5OKcmNrIg=="],
|
|
240
242
|
|
|
241
|
-
"conventional-changelog-conventionalcommits": ["conventional-changelog-conventionalcommits@
|
|
243
|
+
"conventional-changelog-conventionalcommits": ["conventional-changelog-conventionalcommits@10.2.0", "", { "dependencies": { "@conventional-changelog/template": "^1.2.0" } }, "sha512-UtlM9GqolY7OmlQh5L/UEVoKsTUpTgUVy1PU8JN5gl5Ydaejb7WRklGliG1SKPxxj7hzA173eG3Kt5fYWE2pmg=="],
|
|
242
244
|
|
|
243
245
|
"conventional-changelog-writer": ["conventional-changelog-writer@8.4.0", "", { "dependencies": { "@simple-libs/stream-utils": "^1.2.0", "conventional-commits-filter": "^5.0.0", "handlebars": "^4.7.7", "meow": "^13.0.0", "semver": "^7.5.2" }, "bin": { "conventional-changelog-writer": "dist/cli/index.js" } }, "sha512-HHBFkk1EECxxmCi4CTu091iuDpQv5/OavuCUAuZmrkWpmYfyD816nom1CvtfXJ/uYfAAjavgHvXHX291tSLK8g=="],
|
|
244
246
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "semantic-release-minecraft",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.74",
|
|
4
4
|
"description": "Automated Release For Minecraft Project",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"semantic-release",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@semantic-release/release-notes-generator": "^14.1.1",
|
|
32
32
|
"@types/lodash": "^4.17.24",
|
|
33
33
|
"@types/node": "^25.9.3",
|
|
34
|
-
"conventional-changelog-conventionalcommits": "^
|
|
34
|
+
"conventional-changelog-conventionalcommits": "^10.2.0",
|
|
35
35
|
"oxfmt": "^0.56.0",
|
|
36
36
|
"oxlint": "^1.72.0",
|
|
37
37
|
"semantic-release": "^25.0.5",
|