Skip to content

Commit 6128c51

Browse files
committed
Prepare for v0.4.0
1 parent af6d246 commit 6128c51

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [Unreleased]
8+
## [0.4.0]
99

1010
### Fixed
1111

@@ -59,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5959
- Add a license link to `README.md`.
6060

6161
[Unreleased]: https://github.com/denisw/redux-preboiled/compare/v0.3.1...HEAD
62+
[0.4.0]: https://github.com/denisw/redux-preboiled/compare/v0.3.1...v0.4.0
6263
[0.3.1]: https://github.com/denisw/redux-preboiled/compare/v0.3.0...v0.3.1
6364
[0.3.0]: https://github.com/denisw/redux-preboiled/compare/v0.2.0...v0.3.0
6465
[0.2.0]: https://github.com/denisw/redux-preboiled/compare/v0.1.0...v0.2.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.3.1",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"homepage": "https://redux-preboiled.js.org",
77
"repository": {

0 commit comments

Comments
 (0)