diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2f1cba..72c1b23c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## v4.0.4 - 2024-12-25 + ### Added - Make faster launching CLI on Node.js 22.8.0 and later, by enabling Node.js compile cache with `module.enableCompileCache()` ([#624](https://github.com/marp-team/marp-cli/pull/624)) diff --git a/package-lock.json b/package-lock.json index 09034efa..f576e310 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marp-team/marp-cli", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@marp-team/marp-cli", - "version": "4.0.3", + "version": "4.0.4", "license": "MIT", "dependencies": { "@marp-team/marp-core": "^4.0.1", diff --git a/package.json b/package.json index 37febb55..cbc9c38b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marp-team/marp-cli", - "version": "4.0.3", + "version": "4.0.4", "description": "A CLI interface for Marp and Marpit based converters", "license": "MIT", "author": {