From 438d1788be1dde6a9c80d246ce76ca274b4ec806 Mon Sep 17 00:00:00 2001 From: Jan Bobisud Date: Sat, 8 Feb 2020 13:24:04 +0100 Subject: [PATCH] Release v4.0.0 --- CHANGELOG.md | 24 +++++++++++++++++++++++- package.json | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba05121..9e323c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,26 @@ -# Changelog +## v4.0.0 (2020-02-08) + +#### :boom: Breaking Change + +- [#343](https://github.com/zonkyio/ember-web-app/pull/343) Upgrade to Ember Octane ([@bobisjan](https://github.com/bobisjan)) +- [#316](https://github.com/zonkyio/ember-web-app/pull/316) Bump supported Node.js to v10, v12 or above ([@bobisjan](https://github.com/bobisjan)) + +#### :memo: Documentation + +- [#345](https://github.com/zonkyio/ember-web-app/pull/345) Add v4.0 notes into Upgrade Guides ([@bobisjan](https://github.com/bobisjan)) +- [#344](https://github.com/zonkyio/ember-web-app/pull/344) Remove trailing slashes from HTML snippets ([@bobisjan](https://github.com/bobisjan)) + +#### :house: Internal + +- [#367](https://github.com/zonkyio/ember-web-app/pull/367) Add lint staged ([@bobisjan](https://github.com/bobisjan)) +- [#366](https://github.com/zonkyio/ember-web-app/pull/366) Use Lerna changelog for GitHub release notes ([@bobisjan](https://github.com/bobisjan)) +- [#365](https://github.com/zonkyio/ember-web-app/pull/365) Add Release It! 🚀 ([@bobisjan](https://github.com/bobisjan)) +- [#285](https://github.com/zonkyio/ember-web-app/pull/285) Remove ember-cli-htmlbars-inline-precompile ([@bobisjan](https://github.com/bobisjan)) + +#### Committers: 2 + +- Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) ## v3.0.1 (2019-09-01) diff --git a/package.json b/package.json index dce358fa..d2576f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-web-app", - "version": "3.0.1", + "version": "4.0.0", "description": "This Ember addon helps you configure and manage the Web App Manifest to create a Progressive Web App", "keywords": [ "PWA",