Skip to content

Commit

Permalink
chore(release): 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ersimont committed Apr 22, 2018
1 parent 4d32654 commit 3233226
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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="6.1.0"></a>
# [6.1.0](https://github.com/simontonsoftware/ng-app-state/compare/v6.0.0...v6.1.0) (2018-04-22)


### Features

* **nasModel:** warn about inefficient template bindings ([4d32654](https://github.com/simontonsoftware/ng-app-state/commit/4d32654))
* **StoreObject:** add `.refersToSameStateAs()` ([5e535b8](https://github.com/simontonsoftware/ng-app-state/commit/5e535b8))



<a name="6.0.0"></a>
# [6.0.0](https://github.com/simontonsoftware/ng-app-state/compare/v5.1.0...v6.0.0) (2018-04-22)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-app-state",
"version": "6.0.0",
"version": "6.1.0",
"description": "",
"main": "./bundles/ng-app-state.umd.js",
"module": "./ng-app-state.es5.js",
Expand Down

0 comments on commit 3233226

Please sign in to comment.