Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit 6cba30c

Browse files
committed
docs(changelog): Add new release to changelog
1 parent a56e3cf commit 6cba30c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [unreleased]
88
### Added
9+
### Changed
10+
### Fixed
11+
### Removed
12+
13+
## [1.4.0] - 2020-11-09
14+
### Added
915
- feat(hocs): Add withDataLoadedError, withDataLoadingError, withDataLoadingErrorComponents, withDataLoadedErrorComponents
1016
- feat(hooks): Add useDataLoadedError, useDataLoadingError
17+
- chore(ci-cd): Check package version on PRs to master
18+
- chore(release): Publish releases to github packages repository
1119

1220
### Changed
1321
- feat(hocs): Deprecate withDataProvider in favour of withDataLoadingError
1422
- feat(hocs): Deprecate withDataProviderBranch in favour of withDataLoadingErrorComponents
1523
- feat(hooks): Deprecate useDataProvider in favour of useDataLoadingError
1624

1725
### Fixed
18-
1926
- fix(#101): Add hoist-non-react-statics to HOCs
2027

21-
### Removed
22-
2328
## [1.3.0] - 2020-10-31
2429

2530
### Added

0 commit comments

Comments
 (0)