From 4220ff7c8506a917ee6e08e181502ecb3531d656 Mon Sep 17 00:00:00 2001 From: Krzysztof Saja Date: Mon, 24 Jul 2017 08:37:05 +0200 Subject: [PATCH] chore(release): 1.0.5 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ad41a..4f11199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.0.5](https://github.com/krzysztofsaja/angular-weather-widget/compare/v1.0.4...v1.0.5) (2017-07-24) + + + ## [1.0.4](https://github.com/krzysztofsaja/angular-weather-widget/compare/v1.0.3...v1.0.4) (2017-07-23) diff --git a/package.json b/package.json index c841851..cd3ee6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-weather-widget", - "version": "1.0.4", + "version": "1.0.5", "description": "Weather Widget based on Open Weather Map Api", "main": "./bundles/angular-weather-widget.umd.js", "module": "./index.js",