Skip to content

Commit af6d246

Browse files
committed
Add missing changelog entries
1 parent 7747d81 commit af6d246

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- **TypeScript:** Fix a type error with TypeScript v3.6 when passing actions
1313
of different types to `reduceActions` and `reduceActionsFrom`.
1414

15+
- Documentation fixes by [@k-nut](https://github.com/k-nut) and
16+
[@dannyfritz](https://github.com/dannyfritz).
17+
1518
### Internal
1619

1720
- Redux Preboiled now has a suite of TypeScript type definition tests powered
1821
by [tsd](https://github.com/SamVerschueren/tsd). This should help ensure
1922
that the typings don't break on new TypeScript releases.
2023

24+
- Upgrade TypeScript to v3.6.4.
25+
26+
- Upgrade Rollup to v1.23.1.
27+
28+
- Upgrade Babel to v7.6.4.
29+
30+
## [0.3.1] - 2019-05-02
31+
2132
### Fixed
2233

2334
- Ship typings (they were accidentally ommitted from v0.3.0).
2435

25-
## [0.3.0]
36+
## [0.3.0] - 2019-05-02
2637

2738
### Changed
2839

@@ -33,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3344
- All builds (except the `esnext` one) are now transpiled to ES5, which makes
3445
them work in older browsers (most notably Internet Explorer 11).
3546

36-
## [0.2.0]
47+
## [0.2.0] - 2019-04-24
3748

3849
### Added
3950

0 commit comments

Comments
 (0)