diff --git a/CHANGELOG.md b/CHANGELOG.md index 7595732..9b051b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index d3f8eef..9df846c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "strava", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 20bd984..cf4c14f 100644 --- a/package.json +++ b/package.json @@ -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",