Skip to content

Commit c413c37

Browse files
author
Test User
committed
chore: prepare v0.0.5-alpha release
- Update version to 0.0.5-alpha - Add changelog entry for package name change and npm improvements - Ready for release
1 parent 7f8de00 commit c413c37

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.5-alpha] - 2025-11-14
11+
12+
### Changed
13+
- Updated package name to scoped `@doplan-dev/cli`
14+
- Improved npm token verification in release workflow
15+
- Added maintainer checks and post-publish verification
16+
1017
## [0.0.1-beta] - 2025-11-14
1118

1219
### Initial Release
@@ -47,5 +54,6 @@ This is the first beta release of DoPlan CLI, a comprehensive project workflow a
4754
- Contribution guidelines
4855
- Release process documentation
4956

50-
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.0.1-beta...HEAD
57+
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.0.5-alpha...HEAD
58+
[0.0.5-alpha]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.5-alpha
5159
[0.0.1-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.1-beta

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doplan-dev/cli",
3-
"version": "0.0.1-beta",
3+
"version": "0.0.5-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)