Skip to content

Commit 7e0bb09

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.2...v2.3.0) (2024-03-15) ### Features * Allow initialization with access token or token exchange code ([#194](#194)) ([bc48f8d](bc48f8d))
1 parent bc48f8d commit 7e0bb09

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.3.0](https://github.com/rfoel/strava/compare/v2.2.2...v2.3.0) (2024-03-15)
2+
3+
4+
### Features
5+
6+
* 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))
7+
18
## [2.2.2](https://github.com/rfoel/strava/compare/v2.2.1...v2.2.2) (2023-10-11)
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.2.2",
3+
"version": "2.3.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)