Skip to content

Commit

Permalink
chore(release): 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntJanus committed Jun 10, 2019
1 parent d11849e commit cefaf1d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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="4.4.0"></a>
# [4.4.0](https://github.com/wbuchwalter/ng-redux/compare/v4.2.0...v4.4.0) (2019-06-10)


### Bug Fixes

* **lib:** allow es6 modules to mapDispatchToTarget ([edef178](https://github.com/wbuchwalter/ng-redux/commit/edef178))


### Features

* **store creator callback:** provide callback for creating store ([9f45122](https://github.com/wbuchwalter/ng-redux/commit/9f45122))



<a name="4.3.0"></a>
# [4.3.0](https://github.com/wbuchwalter/ng-redux/compare/v4.2.0...v4.3.0) (2019-05-12)

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": "ng-redux",
"version": "4.3.0",
"version": "4.4.0",
"description": "Redux bindings for Angular.js",
"main": "lib/ng-redux.js",
"module": "es/ng-redux.js",
Expand Down

0 comments on commit cefaf1d

Please sign in to comment.