diff --git a/.changes/createScope-destructure.md b/.changes/createScope-destructure.md deleted file mode 100644 index 7e4abf3..0000000 --- a/.changes/createScope-destructure.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"starfx": patch:deps ---- - -The `createScope` return signature change slightly in the upcoming version of `effection`. Adjusting preemptively for future compatibility. diff --git a/CHANGELOG.md b/CHANGELOG.md index ae1a9e1..9f617a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.16.1] + +### Dependencies + +- [`a06e93c`](https://github.com/fxforge/starfx/commit/a06e93c85507392228904f4e9b3640d0ab69e56f) ([#88](https://github.com/fxforge/starfx/pull/88) by [@jbolda](https://github.com/fxforge/starfx/../../jbolda)) The `createScope` return signature change slightly in the upcoming version of `effection`. Adjusting preemptively for future compatibility. + ## \[0.16.0] - Update to `effection` v4. diff --git a/package-lock.json b/package-lock.json index a51624e..cfe80ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "starfx", - "version": "0.16.0", + "version": "0.16.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "starfx", - "version": "0.16.0", + "version": "0.16.1", "license": "MIT", "dependencies": { "effection": "^4", diff --git a/package.json b/package.json index 52372d3..ff288df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "starfx", - "version": "0.16.0", + "version": "0.16.1", "description": "A micro-mvc framework for react apps", "type": "module", "files": ["/dist"],