Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.2...v2.0.0) (2021-10-14)

### Features

* migrate to rapidapi ([0952189](0952189))

### BREAKING CHANGES

* we are changing the api provider
so the meteostat endpoint will be replaced with a
rapidapi endpoint intead, changing its api key.
  • Loading branch information
semantic-release-bot committed Oct 14, 2021
1 parent 166bfed commit 5b25c3e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.0.0](https://github.com/meteostat/meteostat-js/compare/v1.1.2...v2.0.0) (2021-10-14)


### Features

* migrate to rapidapi ([0952189](https://github.com/meteostat/meteostat-js/commit/09521893c7896d759ed7d8b1d2cc08d2bdc04867))


### BREAKING CHANGES

* we are changing the api provider
so the meteostat endpoint will be replaced with a
rapidapi endpoint intead, changing its api key.

## [1.1.2](https://github.com/meteostat/meteostat-js/compare/v1.1.1...v1.1.2) (2021-01-29)


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.1.2",
"version": "2.0.0",
"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 5b25c3e

Please sign in to comment.