Skip to content

Commit

Permalink
Merge pull request #841 from ember-cli/release-9-0-1
Browse files Browse the repository at this point in the history
Add v9.0.1 to `master`
  • Loading branch information
chriskrycho authored Dec 21, 2022
2 parents f60d57f + 5d83591 commit 262a463
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## v9.0.1 (2022-12-21)

This was an accidental republication of [v9.0.0](https://github.com/ember-cli/ember-resolver/releases/tag/v9.0.1). 🤦🏼‍♂️ Nothing to see here.

## v8.1.0 (2022-12-20)
Back-ports built-in TypeScript support from 9.0.0 (see below) to decouple that from the Ember 4.x upgrade.

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": "9.0.0",
"version": "9.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 @@ -50,5 +50,5 @@
"node": "14.19.3",
"npm": "8.12.1"
},
"version": "9.0.0"
"version": "9.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": "9.0.0",
"version": "9.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 @@ -41,7 +41,7 @@
"ember-disable-prototype-extensions": "^1.1.3",
"ember-load-initializers": "^2.1.2",
"ember-qunit": "^5.1.5",
"ember-resolver": "9.0.0",
"ember-resolver": "9.0.1",
"ember-source": "~4.9.3",
"ember-source-channel-url": "^3.0.0",
"ember-try": "^2.0.0",
Expand Down

0 comments on commit 262a463

Please sign in to comment.