Skip to content

Commit

Permalink
Release 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 15, 2023
1 parent c651f3a commit 9d9342b
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 @@ -3,6 +3,15 @@




## v11.0.1 (2023-08-15)

#### :bug: Bug Fix
* [#951](https://github.com/ember-cli/ember-resolver/pull/951) fix: update docs around pluralizedTypes and type the field ([@SergeAstapov](https://github.com/SergeAstapov))

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

## v11.0.0 (2023-07-25)

#### :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": "11.0.0",
"version": "11.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": "11.0.0"
"version": "11.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": "11.0.0",
"version": "11.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": "11.0.0",
"ember-resolver": "11.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 9d9342b

Please sign in to comment.