diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d081ef..82af2ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/remarkablegames/setup-renpy/compare/v1.4.0...v1.4.1) (2024-09-23) + + +### Build System + +* **deps-dev:** bump @vercel/ncc from 0.38.1 to 0.38.2 ([#104](https://github.com/remarkablegames/setup-renpy/issues/104)) ([484e827](https://github.com/remarkablegames/setup-renpy/commit/484e827693f2bb05f04949a7cead7cdf7bdc6eef)) + ## [1.4.0](https://github.com/remarkablegames/setup-renpy/compare/v1.3.1...v1.4.0) (2024-09-22) diff --git a/package-lock.json b/package-lock.json index c4c93ec..b51797d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-renpy", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "setup-renpy", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index f210da8..5184029 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-renpy", - "version": "1.4.0", + "version": "1.4.1", "description": "Set up GitHub Actions workflow with Ren'Py CLI", "author": "Mark ", "main": "src/index.ts",