Skip to content

Commit

Permalink
Build system numbering fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofsaja committed Jul 24, 2017
1 parent 8e32145 commit 7615af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,13 @@

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.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/krzysztofsaja/angular-weather-widget/compare/v1.0.5...v1.1.0) (2017-07-24)


### Bug Fixes

* **layout:** Tslint error ([7201cc1](https://github.com/krzysztofsaja/angular-weather-widget/commit/7201cc1))
* **readme:** Changed demo page ([5db7439](https://github.com/krzysztofsaja/angular-weather-widget/commit/5db7439))


### Features

* **layout:** Added wide/narrow layout mode ([6abc9ae](https://github.com/krzysztofsaja/angular-weather-widget/commit/6abc9ae))



<a name="1.1.0"></a>
# [1.1.0](https://github.com/krzysztofsaja/angular-weather-widget/compare/v1.0.5...v1.1.0) (2017-07-24)
# [1.0.6](https://github.com/krzysztofsaja/angular-weather-widget/compare/v1.0.5...v1.1.0) (2017-07-24)


### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-weather-widget",
"version": "1.1.0",
"version": "1.0.6",
"description": "Weather Widget based on Open Weather Map Api",
"main": "./bundles/angular-weather-widget.umd.js",
"module": "./index.js",
Expand Down

0 comments on commit 7615af3

Please sign in to comment.