Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
villander committed Nov 15, 2023
1 parent ddae005 commit a3a8f22
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@




## v0.5.0 (2023-11-15)

#### :rocket: Enhancement
* [#86](https://github.com/villander/ember-engines-router-service/pull/86) fix: add guard for unsupported versions ([@aklkv](https://github.com/aklkv))
* [#84](https://github.com/villander/ember-engines-router-service/pull/84) feat: add refresh method ([@aklkv](https://github.com/aklkv))

#### :house: Internal
* [#88](https://github.com/villander/ember-engines-router-service/pull/88) chore: Add `asdf` config file ([@villander](https://github.com/villander))

#### Committers: 3
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
- Michael Villander ([@villander](https://github.com/villander))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

## v0.4.1 (2022-11-12)

#### :memo: Documentation
Expand Down
2 changes: 1 addition & 1 deletion ember-engines-router-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-engines-router-service",
"version": "0.4.1",
"version": "0.5.0",
"description": "Provides the Router service for ember-engines.",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.1",
"version": "0.5.0",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.4.1",
"version": "0.5.0",
"private": true,
"description": "Provides the Router service for ember-engines.",
"keywords": [],
Expand Down Expand Up @@ -56,7 +56,7 @@
"ember-cli-terser": "^4.0.2",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-engines": "^0.9.0",
"ember-engines-router-service": "0.4.1",
"ember-engines-router-service": "0.5.0",
"ember-load-initializers": "^2.1.2",
"ember-qunit": "^6.1.1",
"ember-resolver": "^9.0.1",
Expand Down

0 comments on commit a3a8f22

Please sign in to comment.