Skip to content

Commit fc20ad3

Browse files
committed
feat: update semantic-release and plugins
Update semantic-release to v25.0.0 and @semantic-release/npm to v13.0.0 to ensure compatibility with latest release processes. Co-authored-by: llm-git <[email protected]> Ticket: BTC-0
1 parent ab167b4 commit fc20ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"devDependencies": {
1616
"prettier": "^3.3.2",
1717
"lerna": "^9.0.0",
18-
"semantic-release": "^24.0.0",
18+
"semantic-release": "^25.0.0",
1919
"@semantic-release/commit-analyzer": "^12.0.0",
2020
"@semantic-release/release-notes-generator": "^12.0.0",
21-
"@semantic-release/npm": "12.0.1",
21+
"@semantic-release/npm": "^13.0.0",
2222
"multi-semantic-release": "3.0.2"
2323
}
2424
}

0 commit comments

Comments
 (0)