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

Commit f543232

Browse files
committed
chore(release): Upgrade version
1 parent dcd07ca commit f543232

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [unreleased]
8+
### Added
9+
### Changed
10+
### Fixed
11+
### Removed
12+
13+
## [1.5.1] - 2020-12-19
14+
815
### Added
916
- chore(deps): Support all Node.js releases that have not passed their end date
17+
1018
### Changed
1119
- chore(ci): Migrate from Travis CI to github actions
20+
1221
### Fixed
1322
- fix(usePolling): Use cleanDepedenciesCache instead of cleanCache in first invocation. Pass options to it and do not execute it in case provider is loading (#107)
14-
### Removed
1523

1624
## [1.5.0] - 2020-11-16
1725
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-provider/react",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "React bindings for @data-provider",
55
"keywords": [
66
"data-provider",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.organization=data-provider
22
sonar.projectKey=data-provider-react
3-
sonar.projectVersion=1.5.0
3+
sonar.projectVersion=1.5.1
44

55
sonar.sources=src,test
66
sonar.exclusions=node_modules/**

0 commit comments

Comments
 (0)