Skip to content

Commit cf843f5

Browse files
committed
chore: bump version to 1.23.14
1 parent 2a9f539 commit cf843f5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.23.14] - 2025-11-22
11+
12+
### Fixed
13+
- Updated npm token with bypass 2FA for new package creation
14+
1015
## [1.23.13] - 2025-11-22
1116

1217
### Fixed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ package cmd
66
var (
77
// Version holds the CLI version information.
88
// This value is typically set at build time using -ldflags.
9-
Version = "1.23.13"
9+
Version = "1.23.14"
1010
)

0 commit comments

Comments
 (0)