Skip to content

Commit

Permalink
Release 13.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Sep 24, 2024
1 parent ea4ef52 commit 7adef61
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 @@ -8,6 +8,15 @@




## v13.0.2 (2024-09-24)

#### :bug: Bug Fix
* [#985](https://github.com/ember-cli/ember-resolver/pull/985) Fix static-this type error ([@ef4](https://github.com/ef4))

#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))

## v13.0.1 (2024-09-16)

#### :bug: Bug Fix
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-resolver",
"version": "13.0.1",
"version": "13.0.2",
"description": "The default modules based resolver for Ember CLI.",
"keywords": [],
"homepage": "https://github.com/ember-cli/ember-resolver#readme",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"node": "14.19.3",
"npm": "8.12.1"
},
"version": "13.0.1"
"version": "13.0.2"
}
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-app",
"private": true,
"version": "13.0.1",
"version": "13.0.2",
"description": "The default modules based resolver for Ember CLI.",
"keywords": [],
"homepage": "https://github.com/ember-cli/ember-resolver#readme",
Expand Down Expand Up @@ -42,7 +42,7 @@
"ember-disable-prototype-extensions": "^1.1.3",
"ember-load-initializers": "^2.1.2",
"ember-qunit": "^6.2.0",
"ember-resolver": "13.0.1",
"ember-resolver": "13.0.2",
"ember-source": "~4.12.0",
"ember-source-channel-url": "^3.0.0",
"ember-try": "^2.0.0",
Expand Down

0 comments on commit 7adef61

Please sign in to comment.