Skip to content

Commit cefaf1d

Browse files
committed
chore(release): 4.4.0
1 parent d11849e commit cefaf1d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
<a name="4.4.0"></a>
6+
# [4.4.0](https://github.com/wbuchwalter/ng-redux/compare/v4.2.0...v4.4.0) (2019-06-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib:** allow es6 modules to mapDispatchToTarget ([edef178](https://github.com/wbuchwalter/ng-redux/commit/edef178))
12+
13+
14+
### Features
15+
16+
* **store creator callback:** provide callback for creating store ([9f45122](https://github.com/wbuchwalter/ng-redux/commit/9f45122))
17+
18+
19+
520
<a name="4.3.0"></a>
621
# [4.3.0](https://github.com/wbuchwalter/ng-redux/compare/v4.2.0...v4.3.0) (2019-05-12)
722

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-redux",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Redux bindings for Angular.js",
55
"main": "lib/ng-redux.js",
66
"module": "es/ng-redux.js",

0 commit comments

Comments
 (0)