From 19f545a6d66ddf9cfe539db5f7c8f1d5be2ba408 Mon Sep 17 00:00:00 2001 From: Jan Bobisud Date: Sun, 1 Sep 2019 21:50:30 +0200 Subject: [PATCH] Release v3.0.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5504d35..0ba05121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v3.0.1 (2019-09-01) + +#### :bug: Bug Fix + +- [#229](https://github.com/zonkyio/ember-web-app/pull/229) Use href attribute in documentation ([@bobisjan](https://github.com/bobisjan)) + +#### :memo: Documentation + +- [#229](https://github.com/zonkyio/ember-web-app/pull/229) Use href attribute in documentation ([@bobisjan](https://github.com/bobisjan)) + +#### Committers: 1 + +- Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) + ## v3.0.0 (2019-08-04) #### :boom: Breaking Change diff --git a/package.json b/package.json index 4a51f3d7..4c5957f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-web-app", - "version": "3.0.0", + "version": "3.0.1", "description": "This Ember addon helps you configure and manage the Web App Manifest to create a Progressive Web App", "keywords": [ "PWA",