Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
chore: release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Jul 19, 2021
1 parent d8334fd commit 84f7342
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### [2.1.1](https://github.com/nartc/ngrx-slice/compare/2.1.0...2.1.1) (2021-07-19)


### Bug Fixes

* use proper type fo createSliceAction ([d8334fd](https://github.com/nartc/ngrx-slice/commit/d8334fd0b5be27d55b3c1c40794fb6345c8e966e))


### Documentations

* add angular to npm keywords ([3d00843](https://github.com/nartc/ngrx-slice/commit/3d00843e89a4a0f1c292b59d5b756a935ecbff36))
* fix readme ([3a013c3](https://github.com/nartc/ngrx-slice/commit/3a013c3c84f87087bcd05f4d3e7f5f1e1e38dd73))

## [2.1.0](https://github.com/nartc/ngrx-slice/compare/2.0.0...2.1.0) (2021-06-28)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngrx-slice",
"version": "2.1.0",
"version": "2.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx-slice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngrx-slice",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"description": "createSlice plugin for NgRX",
"keywords": [
Expand Down

0 comments on commit 84f7342

Please sign in to comment.