Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 14, 2021
1 parent bc6950e commit f39ab64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/rfoel/strava/compare/v2.0.0...v2.0.1) (2021-11-14)


### Bug Fixes

* add LatLng type for streams and start/end positions ([f48b946](https://github.com/rfoel/strava/commit/f48b946cf3f6f76bb0bb7ef872adabea44a155f6))

# [2.0.0](https://github.com/rfoel/strava/compare/v1.4.0...v2.0.0) (2021-11-05)


Expand Down
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.0.0",
"version": "2.0.1",
"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 f39ab64

Please sign in to comment.