diff --git a/libs/effects/CHANGELOG.md b/libs/effects/CHANGELOG.md index eab4681..222691a 100644 --- a/libs/effects/CHANGELOG.md +++ b/libs/effects/CHANGELOG.md @@ -2,6 +2,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## 1.1.0 (2024-05-21) + + + + ## 1.0.0 (2024-05-21) * feat(effects): add effects factory function to manage subs ([7254e4f](https://github.com/mikelgo/angular-kit/commit/7254e4f)) diff --git a/libs/effects/package.json b/libs/effects/package.json index 77bbc6c..49055ca 100644 --- a/libs/effects/package.json +++ b/libs/effects/package.json @@ -1,6 +1,6 @@ { "name": "@angular-kit/effects", - "version": "1.0.0", + "version": "1.1.0", "publishConfig": { "access": "public" },