Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
villander committed Nov 12, 2022
1 parent eeff51c commit 3b51535
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 @@ -2,6 +2,15 @@




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

#### :memo: Documentation
* [#72](https://github.com/villander/ember-engines-router-service/pull/72) Add type definitions ([@SergeAstapov](https://github.com/SergeAstapov))

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

## v0.4.0 (2022-05-13)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-engines-router-service",
"version": "0.4.0",
"version": "0.4.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.4.0",
"version": "0.4.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,7 +1,7 @@
{
"private": true,
"name": "test-app",
"version": "0.4.0",
"version": "0.4.1",
"description": "Provides the Router service for ember-engines.",
"keywords": [],
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"ember-cli-terser": "^4.0.2",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-engines": "^0.8.5",
"ember-engines-router-service": "0.4.0",
"ember-engines-router-service": "0.4.1",
"ember-export-application-global": "^2.0.1",
"ember-load-initializers": "^2.1.2",
"ember-maybe-import-regenerator": "^0.1.6",
Expand Down

0 comments on commit 3b51535

Please sign in to comment.