We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9f539 commit cf843f5Copy full SHA for cf843f5
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.23.14] - 2025-11-22
11
+
12
+### Fixed
13
+- Updated npm token with bypass 2FA for new package creation
14
15
## [1.23.13] - 2025-11-22
16
17
### Fixed
cmd/version.go
@@ -6,5 +6,5 @@ package cmd
6
var (
// Version holds the CLI version information.
// This value is typically set at build time using -ldflags.
- Version = "1.23.13"
+ Version = "1.23.14"
)
0 commit comments