Skip to content

Commit 62e688b

Browse files
committed
chore: bump create-markdown to v0.3.0
1 parent 759bc1c commit 62e688b

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

1515
---
1616

17+
## [0.3.0] - 2026-01-27
18+
19+
### Changed
20+
- Version bump for `create-markdown` convenience package from 0.1.0 to 0.3.0
21+
- Aligned version with monorepo packages
22+
23+
---
24+
1725
## [0.2.2] - 2026-01-21
1826

1927
### Changed
@@ -97,7 +105,8 @@ This release introduces a complete block-based markdown notes system with zero d
97105

98106
---
99107

100-
[Unreleased]: https://github.com/BunsDev/create-markdown/compare/v0.2.2...HEAD
108+
[Unreleased]: https://github.com/BunsDev/create-markdown/compare/v0.3.0...HEAD
109+
[0.3.0]: https://github.com/BunsDev/create-markdown/compare/v0.2.2...v0.3.0
101110
[0.2.2]: https://github.com/BunsDev/create-markdown/compare/v0.2.1...v0.2.2
102111
[0.2.1]: https://github.com/BunsDev/create-markdown/compare/v0.2.0...v0.2.1
103112
[0.2.0]: https://github.com/BunsDev/create-markdown/releases/tag/v0.2.0

packages/create-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-markdown",
3-
"version": "0.1.0",
3+
"version": "0.3.0",
44
"description": "Complete block-based markdown notes package - convenience bundle for @create-markdown packages",
55
"author": "Val Alexander <val@viewdue.ai>",
66
"license": "MIT",

0 commit comments

Comments
 (0)