From 4cf6e58a544a4af299073fb606d664fdb5f96cad Mon Sep 17 00:00:00 2001 From: Jan Bobisud Date: Sun, 13 Sep 2020 15:28:22 +0200 Subject: [PATCH] Release v5.0.0 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e323c6a..9f818e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +## v5.0.0 (2020-09-13) + +#### :boom: Breaking Change + +- [#594](https://github.com/zonkyio/ember-web-app/pull/594) Drop Ember 3.12 LTS support ([@bobisjan](https://github.com/bobisjan)) +- [#575](https://github.com/zonkyio/ember-web-app/pull/575) Drop Node.js 13 support ([@bobisjan](https://github.com/bobisjan)) +- [#565](https://github.com/zonkyio/ember-web-app/pull/565) Drop support for Ember.js LTS 3.8 ([@bobisjan](https://github.com/bobisjan)) + +#### :rocket: Enhancement + +- [#422](https://github.com/zonkyio/ember-web-app/pull/422) add "scope" to default manifest ([@nickschot](https://github.com/nickschot)) + +#### :bug: Bug Fix + +- [#583](https://github.com/zonkyio/ember-web-app/pull/583) Make config path dynamic according to package.json ([@ming-codes](https://github.com/ming-codes)) + +#### :memo: Documentation + +- [#494](https://github.com/zonkyio/ember-web-app/pull/494) Add mention about service workers, Closes [#292](https://github.com/zonkyio/ember-web-app/issues/292) ([@bobisjan](https://github.com/bobisjan)) + +#### :house: Internal + +- [#593](https://github.com/zonkyio/ember-web-app/pull/593) Add Ember 3.20 LTS into testing matrix ([@bobisjan](https://github.com/bobisjan)) +- [#576](https://github.com/zonkyio/ember-web-app/pull/576) Use Volta Action ([@bobisjan](https://github.com/bobisjan)) +- [#495](https://github.com/zonkyio/ember-web-app/pull/495) Cleanup GitHub Actions ([@bobisjan](https://github.com/bobisjan)) +- [#492](https://github.com/zonkyio/ember-web-app/pull/492) Pin Node and Yarn using Volta ([@bobisjan](https://github.com/bobisjan)) +- [#282](https://github.com/zonkyio/ember-web-app/pull/282) Use GitHub Actions ([@bobisjan](https://github.com/bobisjan)) +- [#369](https://github.com/zonkyio/ember-web-app/pull/369) Use silent mode to remove Yarn output from release notes ([@bobisjan](https://github.com/bobisjan)) +- [#368](https://github.com/zonkyio/ember-web-app/pull/368) Use version as GitHub release ([@bobisjan](https://github.com/bobisjan)) + +#### Committers: 4 + +- Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) +- Ming Liu ([@ming-codes](https://github.com/ming-codes)) +- Nick Schot ([@nickschot](https://github.com/nickschot)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + ## v4.0.0 (2020-02-08) #### :boom: Breaking Change diff --git a/package.json b/package.json index b2c70354..bbc49e9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-web-app", - "version": "4.0.0", + "version": "5.0.0", "description": "This Ember addon helps you configure and manage the Web App Manifest to create a Progressive Web App", "keywords": [ "PWA",