diff --git a/CHANGELOG.md b/CHANGELOG.md index 613e4c0..3d0f804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # PagerBeauty Changelog +## [0.1.1](https://github.com/sergiitk/pagerbeauty/compare/v0.1.0...v0.1.1) (2018-12-19) + + +### Bug Fixes + +- [52](https://github.com/sergiitk/pagerbeauty/pull/52) **assets** Fix bundle.css link not using production assets path +- [51](https://github.com/sergiitk/pagerbeauty/pull/51) **docker** Docker should use production assets and ignore dev + # [0.1.0](https://github.com/sergiitk/pagerbeauty/compare/v0.0.12...v0.1.0) (2018-12-19) diff --git a/package.json b/package.json index 579cc7d..69891ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pagerbeauty", - "version": "0.1.0", + "version": "0.1.1", "description": "Add concise PagerDuty on-calls widget to your wallboard", "repository": "git@github.com:sergiitk/pagerbeauty.git", "author": "Sergii Tkachenko ",