diff --git a/CHANGELOG.md b/CHANGELOG.md index c556cf7c..f36c33b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.53.13](https://github.com/famibee/SKYNovel/compare/v1.53.12...v1.53.13) (2024-06-17) + + +### Bug Fixes + +* アプリ版がエラーで起動できないので非ESMライブラリに戻す ([5a225a9](https://github.com/famibee/SKYNovel/commit/5a225a980eee403a6c68d5993b6133131679b67a)) + - fix: アプリ版がエラーで起動できないので非ESMライブラリに戻す - electron-store 10.0.0 → 8.2.0 - ReferenceError: window is not defined diff --git a/package-lock.json b/package-lock.json index 4cf04c34..1b431b89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@famibee/skynovel", - "version": "1.53.12", + "version": "1.53.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@famibee/skynovel", - "version": "1.53.12", + "version": "1.53.13", "license": "MIT", "dependencies": { "@pixi/sound": "^4.4.1", diff --git a/package.json b/package.json index 6cabbf12..f142c1e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@famibee/skynovel", - "version": "1.53.12", + "version": "1.53.13", "description": "webgl novelgame framework", "author": "miyazawa famibee", "publisher": "famibee",