Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.0...v2.0.0) (2021-11-05)

### Bug Fixes

* fix query params ([f0a967b](f0a967b)), closes [#112](#112)

### BREAKING CHANGES

* ActivityType and StreamKeys are now template literal types, meaning that
whenever used before the user had to use the enum like [StreamKeys.LatLng]
now it should be replaced with simply ['latlng'] with the benefits of autocompleting.
  • Loading branch information
semantic-release-bot committed Nov 5, 2021
1 parent 456279d commit f454a67
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.0.0](https://github.com/rfoel/strava/compare/v1.4.0...v2.0.0) (2021-11-05)


### Bug Fixes

* fix query params ([f0a967b](https://github.com/rfoel/strava/commit/f0a967b5dc7df147ce0e76fd26d96dcc5f77f8a2)), closes [#112](https://github.com/rfoel/strava/issues/112)


### BREAKING CHANGES

* ActivityType and StreamKeys are now template literal types, meaning that
whenever used before the user had to use the enum like [StreamKeys.LatLng]
now it should be replaced with simply ['latlng'] with the benefits of autocompleting.

# [1.4.0](https://github.com/rfoel/strava/compare/v1.3.3...v1.4.0) (2021-10-26)


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": "1.4.0",
"version": "2.0.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 f454a67

Please sign in to comment.