diff --git a/CHANGELOG.md b/CHANGELOG.md index 4241e78..0eac453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://github.com/rfoel/strava/compare/v2.2.2...v2.3.0) (2024-03-15) + + +### Features + +* Allow initialization with access token or token exchange code ([#194](https://github.com/rfoel/strava/issues/194)) ([bc48f8d](https://github.com/rfoel/strava/commit/bc48f8d0ade76ec5f37a28b1dfc279ab7fa7372e)) + ## [2.2.2](https://github.com/rfoel/strava/compare/v2.2.1...v2.2.2) (2023-10-11) diff --git a/package-lock.json b/package-lock.json index 671717e..b3e2741 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "strava", - "version": "2.2.2", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2148de2..3a93945 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strava", - "version": "2.2.2", + "version": "2.3.0", "description": "This library is a fully typed JavaScript wrapper of the Strava JSON API", "main": "dist/index.js", "typings": "dist/index.d.ts",