Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2020-11-20)

### Bug Fixes

* remove querystring depency ([c14c0bc](c14c0bc))
  • Loading branch information
semantic-release-bot committed Nov 20, 2020
1 parent 4219138 commit f375699
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.0.2](https://github.com/meteostat/meteostat-js/compare/v1.0.1...v1.0.2) (2020-11-20)


### Bug Fixes

* remove querystring depency ([c14c0bc](https://github.com/meteostat/meteostat-js/commit/c14c0bc0c233f3e0cd6423fc0698b41930aff64b))

## [1.0.1](https://github.com/meteostat/meteostat-js/compare/v1.0.0...v1.0.1) (2020-11-19)


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": "meteostat",
"version": "1.0.1",
"version": "1.0.2",
"description": "Meteostat is an open platform which provides free access to weather and climate data",
"main": "dist/index.js",
"module": "dist/index.m.js",
Expand Down

0 comments on commit f375699

Please sign in to comment.