Skip to content

Commit 9c02619

Browse files
release: 3.15.1 (#602)
Automated Release PR --- ## [3.15.1](v3.15.0...v3.15.1) (2026-02-05) ### Bug Fixes * add registry-url to setup-node for npm OIDC auth ([7855d98](7855d98)) * add workflow_dispatch to allow manual publish trigger ([bcc31c1](bcc31c1)) * use Node 24 for npm OIDC publishing support ([7d7b4e2](7d7b4e2)) * use stderr for postinstall message to bypass npm suppression ([df5f6c4](df5f6c4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: smithery-release-bot[bot] <259537197+smithery-release-bot[bot]@users.noreply.github.com>
1 parent df5f6c4 commit 9c02619

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.15.0"
2+
".": "3.15.1"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77

8+
## [3.15.1](https://github.com/smithery-ai/cli/compare/v3.15.0...v3.15.1) (2026-02-05)
9+
10+
11+
### Bug Fixes
12+
13+
* add registry-url to setup-node for npm OIDC auth ([7855d98](https://github.com/smithery-ai/cli/commit/7855d9894279aef79caade19c2743c50a4cd6747))
14+
* add workflow_dispatch to allow manual publish trigger ([bcc31c1](https://github.com/smithery-ai/cli/commit/bcc31c1d163535566ccbd285d6c44cfd73156d48))
15+
* use Node 24 for npm OIDC publishing support ([7d7b4e2](https://github.com/smithery-ai/cli/commit/7d7b4e2b80f68c348cefce2c9dbcdf509aa9b7ab))
16+
* use stderr for postinstall message to bypass npm suppression ([df5f6c4](https://github.com/smithery-ai/cli/commit/df5f6c450e7bb2938d0726894907adbf386e17e2))
17+
818
## [3.15.0](https://github.com/smithery-ai/cli/compare/v3.14.0...v3.15.0) (2026-02-05)
919

1020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithery/cli",
3-
"version": "3.15.0",
3+
"version": "3.15.1",
44
"type": "module",
55
"private": false,
66
"homepage": "https://smithery.ai/",

0 commit comments

Comments
 (0)