Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit a475bc1

Browse files
committed
chore(release): Upgrade version
1 parent 759dc05 commit a475bc1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
### Added
99
### Changed
1010
### Fixed
11-
- fix: Selector cleanDependenciesCache method was cleaning only in progress dependencies if the selector read was in progress, so previous dependencies were not being cleaned
1211
### Removed
1312

13+
## [2.9.1] - 2021-01-04
14+
15+
### Fixed
16+
- fix: Selector cleanDependenciesCache method was cleaning only in progress dependencies if the selector read was in progress, so previous dependencies were not being cleaned
17+
1418
## [2.9.0] - 2020-12-27
1519

1620
### 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/core",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Async Data Provider agnostic about data origins",
55
"keywords": [
66
"data",

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-core
3-
sonar.projectVersion=2.9.0
3+
sonar.projectVersion=2.9.1
44

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

0 commit comments

Comments
 (0)