From 596a72d43b4b817535fd1252fd1798c1dd460de0 Mon Sep 17 00:00:00 2001 From: simonihmig Date: Wed, 29 Sep 2021 16:57:09 +0200 Subject: [PATCH] Release 0.5.3 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bed7415..7c52e97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +## v0.5.3 (2021-09-29) + +#### :rocket: Enhancement +* [#241](https://github.com/kaliber5/k5-ember-boilerplate/pull/241) Use `currentColor` setting by default for ember-svg-jar ([@simonihmig](https://github.com/simonihmig)) +* [#212](https://github.com/kaliber5/k5-ember-boilerplate/pull/212) Make en the default locale in testing ([@simonihmig](https://github.com/simonihmig)) +* [#211](https://github.com/kaliber5/k5-ember-boilerplate/pull/211) Update AWS deployment to new workflow ([@simonihmig](https://github.com/simonihmig)) +* [#174](https://github.com/kaliber5/k5-ember-boilerplate/pull/174) Update Lighthouse CI ([@simonihmig](https://github.com/simonihmig)) + +#### :bug: Bug Fix +* [#214](https://github.com/kaliber5/k5-ember-boilerplate/pull/214) Fix missing release-it config in AWS deployment ([@simonihmig](https://github.com/simonihmig)) +* [#180](https://github.com/kaliber5/k5-ember-boilerplate/pull/180) Fix SSH preview deployments ([@simonihmig](https://github.com/simonihmig)) + +#### Committers: 2 +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + ## v0.5.2 (2021-02-10) #### :rocket: Enhancement diff --git a/package.json b/package.json index 94a4ff3..54499e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kaliber5/k5-ember-boilerplate", - "version": "0.5.2", + "version": "0.5.3", "description": "Small description for k5-ember-boilerplate goes here", "keywords": [ "ember-addon"