Skip to content

Commit f39ab64

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2021-11-14) ### Bug Fixes * add LatLng type for streams and start/end positions ([f48b946](f48b946))
1 parent bc6950e commit f39ab64

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.1](https://github.com/rfoel/strava/compare/v2.0.0...v2.0.1) (2021-11-14)
2+
3+
4+
### Bug Fixes
5+
6+
* add LatLng type for streams and start/end positions ([f48b946](https://github.com/rfoel/strava/commit/f48b946cf3f6f76bb0bb7ef872adabea44a155f6))
7+
18
# [2.0.0](https://github.com/rfoel/strava/compare/v1.4.0...v2.0.0) (2021-11-05)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strava",
3-
"version": "2.0.0",
3+
"version": "2.0.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)