Skip to content

Commit 34912cc

Browse files
author
Test User
committed
chore: prepare v0.1.3a-alpha release
- Update version to 0.1.3a-alpha - Add changelog entry for npm token configuration fix - Ready for release
1 parent b328d60 commit 34912cc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.3a-alpha] - 2025-11-14
11+
12+
### Fixed
13+
- Ensured NODE_AUTH_TOKEN is properly configured in npm publish workflow
14+
- Added token to setup-node step for early authentication
15+
1016
## [0.1.2-alpha] - 2025-11-14
1117

1218
### Fixed
@@ -52,6 +58,7 @@ This is the first alpha release of DoPlan CLI.
5258
- Contribution guidelines
5359
- Release process documentation
5460

55-
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.1.2-alpha...HEAD
61+
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.1.3a-alpha...HEAD
62+
[0.1.3a-alpha]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.1.3a-alpha
5663
[0.1.2-alpha]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.1.2-alpha
5764
[0.1.1-alpha]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.1.1-alpha

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doplan-cli",
3-
"version": "0.1.2-alpha",
3+
"version": "0.1.3a-alpha",
44
"description": "Project workflow automation tool that transforms app ideas into well-structured, documented, and trackable development projects",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)