Skip to content

Commit

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

### Bug Fixes

* add fetch import back to request ([#23](#23)) ([83c67ed](83c67ed))
  • Loading branch information
semantic-release-bot committed Feb 1, 2021
1 parent 83c67ed commit 6fc5ca7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion 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.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",
Expand Down

0 comments on commit 6fc5ca7

Please sign in to comment.