Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
villander committed Jan 26, 2024
1 parent 7c9ef1d commit 021dfb2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@




## v0.5.1 (2024-01-26)

#### :rocket: Enhancement
* [#90](https://github.com/villander/ember-engines-router-service/pull/90) Allow Ember.js v5 in peerDependencies ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 1
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

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

#### :rocket: Enhancement
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.5.0",
"version": "0.5.1",
"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.5.0",
"version": "0.5.1",
"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.5.0",
"version": "0.5.1",
"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.5.0",
"ember-engines-router-service": "0.5.1",
"ember-load-initializers": "^2.1.2",
"ember-qunit": "^6.1.1",
"ember-resolver": "^9.0.1",
Expand Down

0 comments on commit 021dfb2

Please sign in to comment.