Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2023-04-24)

### Features

* allow callback for refresh ([#190](#190)) ([5e591e7](5e591e7))
  • Loading branch information
semantic-release-bot committed Apr 24, 2023
1 parent 5e591e7 commit 29f051f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.2.0](https://github.com/rfoel/strava/compare/v2.1.0...v2.2.0) (2023-04-24)


### Features

* allow callback for refresh ([#190](https://github.com/rfoel/strava/issues/190)) ([5e591e7](https://github.com/rfoel/strava/commit/5e591e7bfcb3bd62f425a2797c64ad80876d18da))

# [2.1.0](https://github.com/rfoel/strava/compare/v2.0.2...v2.1.0) (2022-11-30)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strava",
"version": "2.1.0",
"version": "2.2.0",
"description": "This library is a fully typed JavaScript wrapper of the Strava JSON API",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 29f051f

Please sign in to comment.