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

Commit

Permalink
chore: release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chau Tran authored and Chau Tran committed Sep 2, 2021
1 parent 4e1e4cb commit 5055dd4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.0](https://github.com/nartc/ngrx-slice/compare/3.0.0...3.1.0) (2021-09-02)


### Features

* port strings utils from angular to support classify instead of capitalize ([4e1e4cb](https://github.com/nartc/ngrx-slice/commit/4e1e4cb20402b606b96ec64698fab6384f234bf3))

## [3.0.0](https://github.com/nartc/ngrx-slice/compare/2.2.0...3.0.0) (2021-08-27)


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": "3.0.0",
"version": "3.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx-slice/entity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngrx-slice/entity",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"description": "createSlice Entity plugin for NgRX"
}
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": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"description": "createSlice plugin for NgRX",
"keywords": [
Expand Down

0 comments on commit 5055dd4

Please sign in to comment.