Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Mar 15, 2024
1 parent bc48f8d commit 7e0bb09
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.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)


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.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",
Expand Down

0 comments on commit 7e0bb09

Please sign in to comment.