diff --git a/.changeset/popular-ducks-itch.md b/.changeset/popular-ducks-itch.md deleted file mode 100644 index b91ba0b..0000000 --- a/.changeset/popular-ducks-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fsuipc.js': patch ---- - -Change throw error to warning to avoid a crash in electron platforms. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3bddc4d..40070be 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # fsuipc.js +## 1.1.2 + +### Patch Changes + +- 3acb080: Change throw error to warning to avoid a crash in electron platforms. + ## 1.1.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 6cf7658..9ad6454 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "fsuipc.js", - "version": "1.1.1", + "version": "1.1.2", "description": "", "homepage": "https://github.com/tcavenezuela/fsuipc.js/tree/master/packages/core#readme", "bugs": {