Skip to content

Commit da0c969

Browse files
author
Test User
committed
chore: prepare v0.1.2-alpha release
- Update version to 0.1.2-alpha - Add changelog entry for build script fix - Ready for release
1 parent 9ca8ef3 commit da0c969

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.2-alpha] - 2025-11-14
11+
12+
### Fixed
13+
- Fixed npm publish workflow build script issue
14+
- Simplified build.js script for npm package preparation
15+
1016
## [0.1.1-alpha] - 2025-11-14
1117

1218
### Initial Release
@@ -46,5 +52,6 @@ This is the first alpha release of DoPlan CLI.
4652
- Contribution guidelines
4753
- Release process documentation
4854

49-
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.1.1-alpha...HEAD
55+
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.1.2-alpha...HEAD
56+
[0.1.2-alpha]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.1.2-alpha
5057
[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.1-alpha",
3+
"version": "0.1.2-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)