Skip to content

Commit b9c3b08

Browse files
committed
v0.3.1
1 parent 49a2e5a commit b9c3b08

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.3.1]
9+
10+
### Fixed
11+
12+
- Ship typings (they were accidentally ommitted from v0.3.0).
13+
814
## [0.3.0]
915

1016
### Changed
@@ -30,5 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3036
- Improve testing guide.
3137
- Add a license link to `README.md`.
3238

39+
[0.3.1]: https://github.com/denisw/redux-preboiled/compare/v0.3.0...v0.3.1
3340
[0.3.0]: https://github.com/denisw/redux-preboiled/compare/v0.2.0...v0.3.0
3441
[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.0",
4+
"version": "0.3.1",
55
"license": "MIT",
66
"homepage": "https://redux-preboiled.js.org",
77
"repository": {

0 commit comments

Comments
 (0)