Skip to content

Commit f454a67

Browse files
chore(release): 2.0.0 [skip ci]
# [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.
1 parent 456279d commit f454a67

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0](https://github.com/rfoel/strava/compare/v1.4.0...v2.0.0) (2021-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* fix query params ([f0a967b](https://github.com/rfoel/strava/commit/f0a967b5dc7df147ce0e76fd26d96dcc5f77f8a2)), closes [#112](https://github.com/rfoel/strava/issues/112)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* ActivityType and StreamKeys are now template literal types, meaning that
12+
whenever used before the user had to use the enum like [StreamKeys.LatLng]
13+
now it should be replaced with simply ['latlng'] with the benefits of autocompleting.
14+
115
# [1.4.0](https://github.com/rfoel/strava/compare/v1.3.3...v1.4.0) (2021-10-26)
216

317

package.json

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