Skip to content

Commit

Permalink
chore(release): release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zewa666 committed Nov 2, 2018
1 parent b1d4e64 commit c79022c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="1.3.0"></a>
# [1.3.0](https://github.com/aurelia/store/compare/1.2.0...1.3.0) (2018-11-02)


### Bug Fixes

* **build:** adjust build scripts ([bafb8af](https://github.com/aurelia/store/commit/bafb8af))
* **devtools:** action params are optional ([64fb9e4](https://github.com/aurelia/store/commit/64fb9e4))
* **doc:** fix html5 syntax ([8c8ff5f](https://github.com/aurelia/store/commit/8c8ff5f))
* **npm:** keep ability to build in dist ([b8fbd87](https://github.com/aurelia/store/commit/b8fbd87))
* **options:** history is optional ([4171917](https://github.com/aurelia/store/commit/4171917))
* **store:** revert instance registration, jspm pointer fix ([cc8eff2](https://github.com/aurelia/store/commit/cc8eff2))


### Features

* **devtools:** Add action params to the devtools Action view ([c8a3277](https://github.com/aurelia/store/commit/c8a3277)), closes [#75](https://github.com/aurelia/store/issues/75)
* **store:** allow devtools to be disabled ([fac79a0](https://github.com/aurelia/store/commit/fac79a0))



<a name="1.2.0"></a>
# [1.2.0](https://github.com/aurelia/store/compare/1.1.0...1.2.0) (2018-10-08)

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": "aurelia-store",
"version": "1.2.0",
"version": "1.3.0",
"description": "Aurelia single state store based on RxJS",
"keywords": [
"aurelia",
Expand Down

0 comments on commit c79022c

Please sign in to comment.