Skip to content

Commit e26b7b6

Browse files
author
Test User
committed
chore: prepare v0.0.17-beta release
- Update version to 0.0.17-beta - Add changelog entry for workflow fixes - Ready for release
1 parent d7c344e commit e26b7b6

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.17-beta] - 2025-11-14
11+
12+
### Fixed
13+
- Improved npm permissions verification in release workflow
14+
- Fixed cache restoration to handle missing mycache.tar gracefully
15+
- Enhanced error messages for npm authentication issues
16+
1017
## [0.0.16-beta] - 2025-11-14
1118

1219
### Changed
@@ -72,7 +79,8 @@ This is the first beta release of DoPlan CLI, a comprehensive project workflow a
7279
- Contribution guidelines
7380
- Release process documentation
7481

75-
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.0.16-beta...HEAD
82+
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.0.17-beta...HEAD
83+
[0.0.17-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.17-beta
7684
[0.0.16-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.16-beta
7785
[0.0.15-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.15-beta
7886
[0.0.14-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.14-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.16-beta",
3+
"version": "0.0.17-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)