diff --git a/CHANGELOG.md b/CHANGELOG.md index b4898f9..3339433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/tdolsen/openweathermap-api-client/compare/v1.0.1...v1.0.2) (2018-07-26) + + +### Bug Fixes + +* **types:** changes forecast response type to return list as array ([bfe3bcc](https://github.com/tdolsen/openweathermap-api-client/commit/bfe3bcc)) + ## [1.0.1](https://github.com/tdolsen/openweathermap-api-client/compare/v1.0.0...v1.0.1) (2018-07-26) diff --git a/package.json b/package.json index 8c06d77..e183182 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openweathermap-api-client", - "version": "1.0.1", + "version": "1.0.2", "description": "Promise based API client for getting weather data and forecasts from openweathermap.org", "author": "Torkild Dyvik Olsen", "license": "MIT",