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

Commit 71bcd6d

Browse files
committed
chore(release): Upgrade version
1 parent 3364e92 commit 71bcd6d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111
### Removed
1212

13+
## [2.8.1] - 2020-11-27
14+
15+
### Fixed
16+
- fix(#154): Pass original arguments to throttled methods
17+
1318
## [2.8.0] - 2020-11-23
1419

1520
### 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.8.0",
3+
"version": "2.8.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.8.0
3+
sonar.projectVersion=2.8.1
44

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

0 commit comments

Comments
 (0)