From 6fc5ca78e1ae361dd33feb762d546f9b5e5059ff Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Feb 2021 00:43:30 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/rfoel/strava/compare/v1.2.0...v1.2.1) (2021-02-01) ### Bug Fixes * add fetch import back to request ([#23](https://github.com/rfoel/strava/issues/23)) ([83c67ed](https://github.com/rfoel/strava/commit/83c67ed3dd1cf49630de796bacbe15869d36a549)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 622204f..d570ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/rfoel/strava/compare/v1.2.0...v1.2.1) (2021-02-01) + + +### Bug Fixes + +* add fetch import back to request ([#23](https://github.com/rfoel/strava/issues/23)) ([83c67ed](https://github.com/rfoel/strava/commit/83c67ed3dd1cf49630de796bacbe15869d36a549)) + # [1.2.0](https://github.com/rfoel/strava/compare/v1.1.4...v1.2.0) (2021-01-25) diff --git a/package-lock.json b/package-lock.json index bcfc0b6..4d091cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "strava", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9dd1cd8..e31f908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strava", - "version": "1.2.0", + "version": "1.2.1", "description": "This library is a fully typed JavaScript wrapper of the Strava JSON API", "main": "dist/index.js", "module": "dist/index.m.js",