Skip to content

Commit 159b289

Browse files
authored
Merge pull request #92 from algorandfoundation/fix/changelog-package
build: fix changelog package
2 parents 7218c88 + dd747ab commit 159b289

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bun.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"@actions/core": "^1.11.1",
77
"@semantic-release/changelog": "^6.0.3",
88
"conventional-changelog-conventionalcommits": "^8.0.0",
9+
"ms": "^2.1.3",
910
"semantic-release": "^24.2.3",
1011
"semantic-release-gha-output": "^1.1.1",
1112
"semantic-release-scope-filter": "1.0.0",
@@ -351,6 +352,8 @@
351352

352353
"minimist": ["[email protected]", "", {}, "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA=="],
353354

355+
"ms": ["[email protected]", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="],
356+
354357
"mz": ["[email protected]", "", { "dependencies": { "any-promise": "^1.0.0", "object-assign": "^4.0.1", "thenify-all": "^1.0.0" } }, "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q=="],
355358

356359
"neo-async": ["[email protected]", "", {}, "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@actions/core": "^1.11.1",
1515
"@semantic-release/changelog": "^6.0.3",
1616
"conventional-changelog-conventionalcommits": "^8.0.0",
17+
"ms": "^2.1.3",
1718
"semantic-release": "^24.2.3",
1819
"semantic-release-gha-output": "^1.1.1",
1920
"semantic-release-scope-filter": "1.0.0"

0 commit comments

Comments
 (0)