diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a59626..6fc8f9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## v4.1.2 - 2025-02-21 + ### Added - Add a delayed notification for reading Markdown from the stdin stream ([#573](https://github.com/marp-team/marp-cli/issues/573), [#644](https://github.com/marp-team/marp-cli/pull/644)) diff --git a/package-lock.json b/package-lock.json index bbdbb1d5..a6e20a50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marp-team/marp-cli", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@marp-team/marp-cli", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "@marp-team/marp-core": "^4.0.1", diff --git a/package.json b/package.json index dffd9c01..c1db68d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marp-team/marp-cli", - "version": "4.1.1", + "version": "4.1.2", "description": "A CLI interface for Marp and Marpit based converters", "license": "MIT", "author": {