From 01b71a3cfc7fba5e07898281ed72498517e33526 Mon Sep 17 00:00:00 2001 From: simonihmig Date: Wed, 2 Sep 2020 17:50:23 +0200 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..cc048dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +## v0.4.0 (2020-09-02) + +#### :rocket: Enhancement +* [#26](https://github.com/kaliber5/k5-ember-boilerplate/pull/26) Add default loading indicator ([@simonihmig](https://github.com/simonihmig)) +* [#25](https://github.com/kaliber5/k5-ember-boilerplate/pull/25) Add favicon and meta data support ([@simonihmig](https://github.com/simonihmig)) +* [#22](https://github.com/kaliber5/k5-ember-boilerplate/pull/22) Add some basic acceptance tests ([@simonihmig](https://github.com/simonihmig)) +* [#23](https://github.com/kaliber5/k5-ember-boilerplate/pull/23) Add better default targets ([@simonihmig](https://github.com/simonihmig)) +* [#21](https://github.com/kaliber5/k5-ember-boilerplate/pull/21) Use flash message test support from addon ([@simonihmig](https://github.com/simonihmig)) + +#### :bug: Bug Fix +* [#24](https://github.com/kaliber5/k5-ember-boilerplate/pull/24) Fix adding not-found route ([@simonihmig](https://github.com/simonihmig)) +* [#20](https://github.com/kaliber5/k5-ember-boilerplate/pull/20) Fix ESLint config & boilerplate files ([@simonihmig](https://github.com/simonihmig)) +* [#18](https://github.com/kaliber5/k5-ember-boilerplate/pull/18) add ember-fetch to tsconfig.json ([@nickschot](https://github.com/nickschot)) + +#### :house: Internal +* [#28](https://github.com/kaliber5/k5-ember-boilerplate/pull/28) Use Github npm registry for private publishing ([@simonihmig](https://github.com/simonihmig)) +* [#29](https://github.com/kaliber5/k5-ember-boilerplate/pull/29) Setup dependabot for boilerplate addon itself ([@simonihmig](https://github.com/simonihmig)) +* [#27](https://github.com/kaliber5/k5-ember-boilerplate/pull/27) Setup release-it ([@simonihmig](https://github.com/simonihmig)) + +#### Committers: 2 +- Nick Schot ([@nickschot](https://github.com/nickschot)) +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) + diff --git a/package.json b/package.json index 71d7117..b09c54d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kaliber5/k5-ember-boilerplate", - "version": "0.3.0", + "version": "0.4.0", "description": "Small description for k5-ember-boilerplate goes here", "keywords": [ "ember-addon"