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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Jun 28, 2021
1 parent 9bbe224 commit 71b3f6d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.1.0](https://github.com/nartc/ngrx-slice/compare/2.0.0...2.1.0) (2021-06-28)


### Features

* add createNamespacedSlice in addition to createSlice ([71ef0f1](https://github.com/nartc/ngrx-slice/commit/71ef0f1bbfabdd90c88c64fb2ab433943b297326))


### Documentations

* clean up docs ([9bbe224](https://github.com/nartc/ngrx-slice/commit/9bbe2242f1d052f61b8b09984869736126a5e3d1))

## [2.0.0](https://github.com/nartc/ngrx-slice/compare/1.1.0...2.0.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.0.0",
"version": "2.1.0",
"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.0.0",
"version": "2.1.0",
"license": "MIT",
"description": "createSlice plugin for NgRX",
"keywords": [
Expand Down

0 comments on commit 71b3f6d

Please sign in to comment.