diff --git a/CHANGELOG.md b/CHANGELOG.md index cd682f8..f879633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/remarkablegames/setup-renpy/compare/v1.1.1...v1.1.2) (2024-06-10) + + +### Bug Fixes + +* extract addons to the correct directory ([b967ca2](https://github.com/remarkablegames/setup-renpy/commit/b967ca2ed76647c0fb94fd508e144ee5e3fdd961)) + ## [1.1.1](https://github.com/remarkablegames/setup-renpy/compare/v1.1.0...v1.1.1) (2024-06-10) diff --git a/package-lock.json b/package-lock.json index 9000eb1..415a10d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-renpy", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "setup-renpy", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index d3b72f1..f028745 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-renpy", - "version": "1.1.1", + "version": "1.1.2", "description": "Set up GitHub Actions workflow with Ren'Py CLI", "author": "Mark ", "main": "src/index.ts",