diff --git a/CHANGELOG.md b/CHANGELOG.md index db83ba2f..2dd3a210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## v4.0.2 - 2024-10-31 + ### Fixed - Fix packaging script for standalone binaries ([#616](https://github.com/marp-team/marp-cli/pull/616)) diff --git a/package-lock.json b/package-lock.json index 2180c37a..5c2fc795 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marp-team/marp-cli", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@marp-team/marp-cli", - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "dependencies": { "@marp-team/marp-core": "^4.0.0", diff --git a/package.json b/package.json index 77696d4f..a7fef816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marp-team/marp-cli", - "version": "4.0.1", + "version": "4.0.2", "description": "A CLI interface for Marp and Marpit based converters", "license": "MIT", "author": {