Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.4...v1.2.0) (2021-01-25)

### Bug Fixes

* update deps ([#21](#21)) ([22745ec](22745ec)), closes [#19](#19) [#18](#18) [#15](#15) [#14](#14) [#11](#11)

### Features

*  add webhooks support for strava client ([4aff198](4aff198))
  • Loading branch information
semantic-release-bot committed Jan 25, 2021
1 parent 900c4dd commit 1c6f3f9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
15 changes: 1 addition & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.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",
Expand Down

0 comments on commit 1c6f3f9

Please sign in to comment.