diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c3e987..834d735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [3.1.1](https://github.com/nartc/ngrx-slice/compare/3.1.0...3.1.1) (2021-09-10) + + +### Bug Fixes + +* PayloadAction type ([62e56e6](https://github.com/nartc/ngrx-slice/commit/62e56e65a5d1e16b3721d77934824e45b0521841)) + ## [3.1.0](https://github.com/nartc/ngrx-slice/compare/3.0.0...3.1.0) (2021-09-02) diff --git a/package-lock.json b/package-lock.json index 08a992a..1fce34b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngrx-slice", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5f32389..7870559 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngrx-slice", - "version": "3.1.0", + "version": "3.1.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ngrx-slice/entity/package.json b/projects/ngrx-slice/entity/package.json index 167306a..baa5412 100644 --- a/projects/ngrx-slice/entity/package.json +++ b/projects/ngrx-slice/entity/package.json @@ -1,6 +1,6 @@ { "name": "ngrx-slice/entity", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "description": "createSlice Entity plugin for NgRX" } diff --git a/projects/ngrx-slice/package.json b/projects/ngrx-slice/package.json index 85aa6d3..ca8dc21 100644 --- a/projects/ngrx-slice/package.json +++ b/projects/ngrx-slice/package.json @@ -1,6 +1,6 @@ { "name": "ngrx-slice", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "description": "createSlice plugin for NgRX", "keywords": [