Skip to content

Commit b7885cd

Browse files
committed
chore(release): 4.2.0
1 parent 3e78fca commit b7885cd

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.2.0"></a>
6+
# [4.2.0](https://github.com/wbuchwalter/ng-redux/compare/v4.1.0-alpha...v4.2.0) (2018-10-12)
7+
8+
9+
### Features
10+
11+
* **chore:** document provide store functionality ([0b3ff32](https://github.com/wbuchwalter/ng-redux/commit/0b3ff32))
12+
* **typings:** add provideStore typings ([7ea48db](https://github.com/wbuchwalter/ng-redux/commit/7ea48db))
13+
14+
15+
516
<a name="4.1.0-alpha"></a>
617
## [4.0.3](https://github.com/wbuchwalter/ng-redux/compare/v4.0.3...v4.1.0-alpha) (2018-07-11)
718

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.1.0",
3+
"version": "4.2.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)