Skip to content

Commit

Permalink
Release 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jun 11, 2024
1 parent 5858af1 commit 516e0db
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 @@ -5,6 +5,15 @@




## v12.0.1 (2024-06-11)

#### :bug: Bug Fix
* [#976](https://github.com/ember-cli/ember-resolver/pull/976) Fix peer range for ember-source ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## v12.0.0 (2024-06-07)

#### :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-resolver",
"version": "12.0.0",
"version": "12.0.1",
"description": "The default modules based resolver for Ember CLI.",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"node": "14.19.3",
"npm": "8.12.1"
},
"version": "12.0.0"
"version": "12.0.1"
}
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": "12.0.0",
"version": "12.0.1",
"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": "12.0.0",
"ember-resolver": "12.0.1",
"ember-source": "~4.12.0",
"ember-source-channel-url": "^3.0.0",
"ember-try": "^2.0.0",
Expand Down

0 comments on commit 516e0db

Please sign in to comment.