From c79022c5749cfeb2100b1d0d2bc44f40f072fc0e Mon Sep 17 00:00:00 2001 From: Vildan Softic Date: Fri, 2 Nov 2018 08:24:00 +0100 Subject: [PATCH] chore(release): release 1.3.0 --- doc/CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index f92ae29..ad4d380 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,24 @@ + +# [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)) + + + # [1.2.0](https://github.com/aurelia/store/compare/1.1.0...1.2.0) (2018-10-08) diff --git a/package-lock.json b/package-lock.json index 3240ebf..595916d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aurelia-store", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f6c4f16..2d268c6 100644 --- a/package.json +++ b/package.json @@ -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",