Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Dec 10, 2021
1 parent 807e5db commit 31a4800
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 31a4800

Please sign in to comment.