diff --git a/CHANGELOG.md b/CHANGELOG.md index b3fc966f..2114fd29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## v4.0.3 - 2024-11-06 + ### Added - Allow to disable GPU use of Chrome through `CHROME_DISABLE_GPU` environment variable ([#592](https://github.com/marp-team/marp-cli/issues/592), [#617](https://github.com/marp-team/marp-cli/issues/617), [#618](https://github.com/marp-team/marp-cli/pull/618)) diff --git a/package-lock.json b/package-lock.json index 5c2fc795..2c577996 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marp-team/marp-cli", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@marp-team/marp-cli", - "version": "4.0.2", + "version": "4.0.3", "license": "MIT", "dependencies": { "@marp-team/marp-core": "^4.0.0", diff --git a/package.json b/package.json index a7fef816..2e769728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marp-team/marp-cli", - "version": "4.0.2", + "version": "4.0.3", "description": "A CLI interface for Marp and Marpit based converters", "license": "MIT", "author": {