Skip to content

Commit f8496a5

Browse files
chore(release): 2.2.1 [skip ci]
## [2.2.1](v2.2.0...v2.2.1) (2023-04-28) ### Bug Fixes * fix types. ([#191](#191)) ([9465f02](9465f02))
1 parent 9465f02 commit f8496a5

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.2.1](https://github.com/rfoel/strava/compare/v2.2.0...v2.2.1) (2023-04-28)
2+
3+
4+
### Bug Fixes
5+
6+
* fix types. ([#191](https://github.com/rfoel/strava/issues/191)) ([9465f02](https://github.com/rfoel/strava/commit/9465f022ba7a5100f71993d6f47fc394236a6c1f))
7+
18
# [2.2.0](https://github.com/rfoel/strava/compare/v2.1.0...v2.2.0) (2023-04-24)
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.0",
3+
"version": "2.2.1",
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)