Skip to content

Commit 29f051f

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2023-04-24) ### Features * allow callback for refresh ([#190](#190)) ([5e591e7](5e591e7))
1 parent 5e591e7 commit 29f051f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.2.0](https://github.com/rfoel/strava/compare/v2.1.0...v2.2.0) (2023-04-24)
2+
3+
4+
### Features
5+
6+
* allow callback for refresh ([#190](https://github.com/rfoel/strava/issues/190)) ([5e591e7](https://github.com/rfoel/strava/commit/5e591e7bfcb3bd62f425a2797c64ad80876d18da))
7+
18
# [2.1.0](https://github.com/rfoel/strava/compare/v2.0.2...v2.1.0) (2022-11-30)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strava",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "This library is a fully typed JavaScript wrapper of the Strava JSON API",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)