Skip to content

Commit 9b1f89b

Browse files
author
Test User
committed
chore: prepare v0.0.13-beta release
- Update version to 0.0.13-beta - Add changelog entry - Ready for release
1 parent af7eea7 commit 9b1f89b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
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+
## [0.0.13-beta] - 2025-11-14
11+
12+
### Changed
13+
- Version bump to v0.0.13-beta
14+
1015
## [0.0.12-beta] - 2025-11-14
1116

1217
### Initial Release
@@ -47,5 +52,6 @@ This is the first beta release of DoPlan CLI, a comprehensive project workflow a
4752
- Contribution guidelines
4853
- Release process documentation
4954

50-
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.0.12-beta...HEAD
55+
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.0.13-beta...HEAD
56+
[0.0.13-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.13-beta
5157
[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-dev/cli",
3-
"version": "0.0.12-beta",
3+
"version": "0.0.13-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)