diff --git a/CHANGELOG.md b/CHANGELOG.md index a1cb0984..ddc4f9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## v4.1.1 - 2025-01-19 + ### Fixed - Improve LibreOffice handling in experimental `--pptx-editable` option ([#632](https://github.com/marp-team/marp-cli/pull/632)) diff --git a/package-lock.json b/package-lock.json index 3208c2bd..45fb8d17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marp-team/marp-cli", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@marp-team/marp-cli", - "version": "4.1.0", + "version": "4.1.1", "license": "MIT", "dependencies": { "@marp-team/marp-core": "^4.0.1", diff --git a/package.json b/package.json index 184fac52..37856ff5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marp-team/marp-cli", - "version": "4.1.0", + "version": "4.1.1", "description": "A CLI interface for Marp and Marpit based converters", "license": "MIT", "author": {