Skip to content

Commit 7425adf

Browse files
author
Test User
committed
chore: prepare v0.0.14-beta release
- Update version to 0.0.14-beta - Add changelog entry for HTTPS registry updates - Ready for release
1 parent d080142 commit 7425adf

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.0.14-beta] - 2025-11-14
11+
12+
### Changed
13+
- Updated npm registry URLs to HTTPS everywhere for TLS 1.2+ compliance
14+
- Fixed npm registry configuration for secure publishing
15+
1016
## [0.0.13-beta] - 2025-11-14
1117

1218
### Changed
@@ -52,6 +58,7 @@ This is the first beta release of DoPlan CLI, a comprehensive project workflow a
5258
- Contribution guidelines
5359
- Release process documentation
5460

55-
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.0.13-beta...HEAD
61+
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.0.14-beta...HEAD
62+
[0.0.14-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.14-beta
5663
[0.0.13-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.13-beta
5764
[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.13-beta",
3+
"version": "0.0.14-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)