From 85a090d97e793d31bba83108f7ba112c4b84db62 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Jul 2018 01:32:28 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 7a76646..3116209 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",