Skip to content

Commit f3e9afd

Browse files
author
Test User
committed
chore: prepare v0.0.15-beta release
- Update version to 0.0.15-beta - Add changelog entry for organization to personal account switch - Ready for release
1 parent 9ec8ba2 commit f3e9afd

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.15-beta] - 2025-11-14
11+
12+
### Changed
13+
- Switched from @doplan-dev organization to idorgham personal account
14+
- Changed package name from @doplan-dev/cli to doplan-cli (unscoped)
15+
- Updated maintainer to idorgham
16+
1017
## [0.0.14-beta] - 2025-11-14
1118

1219
### Changed
@@ -58,7 +65,8 @@ This is the first beta release of DoPlan CLI, a comprehensive project workflow a
5865
- Contribution guidelines
5966
- Release process documentation
6067

61-
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.0.14-beta...HEAD
68+
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.0.15-beta...HEAD
69+
[0.0.15-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.15-beta
6270
[0.0.14-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.14-beta
6371
[0.0.13-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.13-beta
6472
[0.0.12-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.12-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-cli",
3-
"version": "0.0.14-beta",
3+
"version": "0.0.15-beta",
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)