Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Sep 2, 2020
1 parent c24b038 commit 01b71a3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 01b71a3

Please sign in to comment.