From 31a4800c8672b36c3ad7140e4e8c5df608849a61 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Fri, 10 Dec 2021 01:22:05 +0100 Subject: [PATCH] v0.2.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a177c2..48065a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog + +## v0.2.0 (2021-12-10) + +#### :rocket: Enhancement +* [#27](https://github.com/simplabs/ember-error-route/pull/27) Add support for custom `rootURL` values ([@Turbo87](https://github.com/Turbo87)) + +#### :memo: Documentation +* [#29](https://github.com/simplabs/ember-error-route/pull/29) package.json: Declare `demoURL` for EmberObserver ([@Turbo87](https://github.com/Turbo87)) + +#### :house: Internal +* [#28](https://github.com/simplabs/ember-error-route/pull/28) GitHub Pages: Migrate to `locationType: history` ([@Turbo87](https://github.com/Turbo87)) +* [#25](https://github.com/simplabs/ember-error-route/pull/25) Move `ember-cli-htmlbars` to dev dependencies ([@Turbo87](https://github.com/Turbo87)) +* [#26](https://github.com/simplabs/ember-error-route/pull/26) CI: Add `deploy` job ([@Turbo87](https://github.com/Turbo87)) +* [#24](https://github.com/simplabs/ember-error-route/pull/24) package.json: Replace `test` script with `ember test` ([@Turbo87](https://github.com/Turbo87)) +* [#23](https://github.com/simplabs/ember-error-route/pull/23) ESLint: Replace `babel-eslint` with `@babel/eslint-parser` ([@Turbo87](https://github.com/Turbo87)) + +#### Committers: 1 +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) + ## v0.1.0 (2021-12-09) #### :rocket: Enhancement diff --git a/package.json b/package.json index cb62c68a..7bf2b416 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-error-route", - "version": "0.1.0", + "version": "0.2.0", "description": "The default blueprint for ember-cli addons.", "keywords": [ "ember-addon"