Skip to content

Commit 966eb81

Browse files
committed
chore(release): publish
- comment-block-parser@1.1.3 - comment-block-replacer@0.1.5 - comment-block-transformer@0.2.4 - markdown-magic@4.2.0
1 parent 045fa0d commit 966eb81

File tree

12 files changed

+48
-10
lines changed

12 files changed

+48
-10
lines changed

packages/block-parser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.3](https://github.com/DavidWells/markdown-magic/compare/comment-block-parser@1.1.2...comment-block-parser@1.1.3) (2026-01-08)
7+
8+
**Note:** Version bump only for package comment-block-parser
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/DavidWells/markdown-magic/compare/comment-block-parser@1.1.1...comment-block-parser@1.1.2) (2025-12-30)
715

816
**Note:** Version bump only for package comment-block-parser

packages/block-parser/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/block-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comment-block-parser",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Block parser for markdown-magic - Parse comment blocks in markdown and other files",
55
"main": "src/index.js",
66
"types": "types/index.d.ts",

packages/block-replacer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.5](https://github.com/DavidWells/markdown-magic/compare/comment-block-replacer@0.1.4...comment-block-replacer@0.1.5) (2026-01-08)
7+
8+
**Note:** Version bump only for package comment-block-replacer
9+
10+
11+
12+
13+
614
## [0.1.4](https://github.com/DavidWells/markdown-magic/compare/comment-block-replacer@0.1.3...comment-block-replacer@0.1.4) (2025-12-30)
715

816
**Note:** Version bump only for package comment-block-replacer

packages/block-replacer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comment-block-replacer",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Process files with comment block replacements",
55
"main": "src/index.js",
66
"types": "types/index.d.ts",

packages/block-transformer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.4](https://github.com/DavidWells/markdown-magic/compare/comment-block-transformer@0.2.3...comment-block-transformer@0.2.4) (2026-01-08)
7+
8+
**Note:** Version bump only for package comment-block-transformer
9+
10+
11+
12+
13+
614
## [0.2.3](https://github.com/DavidWells/markdown-magic/compare/comment-block-transformer@0.2.2...comment-block-transformer@0.2.3) (2025-12-30)
715

816

packages/block-transformer/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/block-transformer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comment-block-transformer",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Transform markdown blocks based on configured transforms",
55
"main": "src/index.js",
66
"types": "types/index.d.ts",

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.2.0](https://github.com/DavidWells/markdown-magic/compare/markdown-magic@4.1.0...markdown-magic@4.2.0) (2026-01-08)
7+
8+
9+
### Features
10+
11+
* **cli:** add --json output, .md-ignore support, improve error msgs ([a5d3f6d](https://github.com/DavidWells/markdown-magic/commit/a5d3f6d926f26284f65e9e1004b74d169bde599b))
12+
13+
14+
15+
16+
617
# [4.1.0](https://github.com/DavidWells/markdown-magic/compare/markdown-magic@4.0.5...markdown-magic@4.1.0) (2025-12-30)
718

819

packages/core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)