Skip to content

Commit 4c7432d

Browse files
committed
chore(release): publish
- markdown-magic@4.1.0
1 parent b379b85 commit 4c7432d

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

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.1.0](https://github.com/DavidWells/markdown-magic/compare/markdown-magic@4.0.5...markdown-magic@4.1.0) (2025-12-30)
7+
8+
9+
### Features
10+
11+
* **cli:** add stdin/pipe support and custom comment keywords ([2e97eb3](https://github.com/DavidWells/markdown-magic/commit/2e97eb33362e470ea0aea06d7e538290884c1fd1))
12+
13+
14+
15+
16+
617
## [4.0.5](https://github.com/DavidWells/markdown-magic/compare/markdown-magic@4.0.4...markdown-magic@4.0.5) (2025-12-30)
718

819
**Note:** Version bump only for package markdown-magic

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.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-magic",
3-
"version": "4.0.5",
3+
"version": "4.1.0",
44
"description": "Automatically update markdown files with content from external sources",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)