From 1c6f3f9fafaa9e2dbdea6eb869727a7ef77c7f7a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Jan 2021 00:53:44 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/rfoel/strava/compare/v1.1.4...v1.2.0) (2021-01-25) ### Bug Fixes * update deps ([#21](https://github.com/rfoel/strava/issues/21)) ([22745ec](https://github.com/rfoel/strava/commit/22745ec6de296024defc6fccbabdf684ebe17963)), closes [#19](https://github.com/rfoel/strava/issues/19) [#18](https://github.com/rfoel/strava/issues/18) [#15](https://github.com/rfoel/strava/issues/15) [#14](https://github.com/rfoel/strava/issues/14) [#11](https://github.com/rfoel/strava/issues/11) ### Features * add webhooks support for strava client ([4aff198](https://github.com/rfoel/strava/commit/4aff19838370db891245fcea6f138c7e414b38fd)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 15 +-------------- package.json | 2 +- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cbaecb..622204f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.2.0](https://github.com/rfoel/strava/compare/v1.1.4...v1.2.0) (2021-01-25) + + +### Bug Fixes + +* update deps ([#21](https://github.com/rfoel/strava/issues/21)) ([22745ec](https://github.com/rfoel/strava/commit/22745ec6de296024defc6fccbabdf684ebe17963)), closes [#19](https://github.com/rfoel/strava/issues/19) [#18](https://github.com/rfoel/strava/issues/18) [#15](https://github.com/rfoel/strava/issues/15) [#14](https://github.com/rfoel/strava/issues/14) [#11](https://github.com/rfoel/strava/issues/11) + + +### Features + +* add webhooks support for strava client ([4aff198](https://github.com/rfoel/strava/commit/4aff19838370db891245fcea6f138c7e414b38fd)) + ## [1.1.4](https://github.com/rfoel/strava/compare/v1.1.3...v1.1.4) (2020-12-18) diff --git a/package-lock.json b/package-lock.json index 57ee808..bcfc0b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "strava", - "version": "1.1.4", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3295,19 +3295,6 @@ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", "dev": true }, - "cosmiconfig": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", - "dev": true, - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - } - }, "cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", diff --git a/package.json b/package.json index 22951f6..9dd1cd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strava", - "version": "1.1.4", + "version": "1.2.0", "description": "This library is a fully typed JavaScript wrapper of the Strava JSON API", "main": "dist/index.js", "module": "dist/index.m.js",