Skip to content

Commit e9b0e94

Browse files
committed
Prepare release v0.4.1
1 parent e3943d2 commit e9b0e94

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.1]
9+
10+
- `onAction`: Accept symbols and numbers as action types ([@judithhartman][https://github.com/judithhartmann])
11+
812
## [0.4.0]
913

1014
### Fixed
@@ -58,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5862
- Improve testing guide.
5963
- Add a license link to `README.md`.
6064

61-
[Unreleased]: https://github.com/denisw/redux-preboiled/compare/v0.3.1...HEAD
65+
[Unreleased]: https://github.com/denisw/redux-preboiled/compare/v0.4.1...HEAD
66+
[0.4.1]: https://github.com/denisw/redux-preboiled/compare/v0.4.0...v0.4.1
6267
[0.4.0]: https://github.com/denisw/redux-preboiled/compare/v0.3.1...v0.4.0
6368
[0.3.1]: https://github.com/denisw/redux-preboiled/compare/v0.3.0...v0.3.1
6469
[0.3.0]: https://github.com/denisw/redux-preboiled/compare/v0.2.0...v0.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "redux-preboiled",
33
"description": "Composable, typing-friendly Redux helpers",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"license": "MIT",
66
"homepage": "https://redux-preboiled.js.org",
77
"repository": {

0 commit comments

Comments
 (0)