Skip to content

Commit

Permalink
chore(release): 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ersimont committed Jul 26, 2018
1 parent 287d480 commit 1c42493
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="7.0.1"></a>
## [7.0.1](https://github.com/simontonsoftware/ng-app-state/compare/v7.0.0...v7.0.1) (2018-07-26)


### Features

* improve performance of `.state()` in most cases


### Bug Fixes

* it was possible to get an outdated state while change handlers were firing


<a name="7.0.0"></a>
# [7.0.0](https://github.com/simontonsoftware/ng-app-state/compare/v6.2.0...v7.0.0) (2018-06-01)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-app-state-platform",
"version": "7.0.0",
"version": "7.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -58,4 +58,4 @@
"tslint-config-prettier": "^1.12.0",
"typescript": "~2.7.2"
}
}
}
2 changes: 1 addition & 1 deletion projects/ng-app-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-app-state",
"version": "7.0.0",
"version": "7.0.1",
"author": "Simonton Software",
"license": "MIT",
"repository": "simontonsoftware/ng-app-state",
Expand Down

0 comments on commit 1c42493

Please sign in to comment.