Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"solution": {
"ember-resolver": {
"impact": "minor",
"oldVersion": "13.1.1",
"newVersion": "13.2.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./addon/package.json"
}
},
"description": "## Release (2026-02-17)\n\n* ember-resolver 13.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-resolver`\n * [#989](https://github.com/ember-cli/ember-resolver/pull/989) remove ember-cli-babel dependency and engine reference ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* Other\n * [#992](https://github.com/ember-cli/ember-resolver/pull/992) start using release-plan ([@mansona](https://github.com/mansona))\n * [#990](https://github.com/ember-cli/ember-resolver/pull/990) remove cron from github ci ([@mansona](https://github.com/mansona))\n* `ember-resolver`\n * [#991](https://github.com/ember-cli/ember-resolver/pull/991) swap to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## Release (2026-02-17)

* ember-resolver 13.2.0 (minor)

#### :rocket: Enhancement
* `ember-resolver`
* [#989](https://github.com/ember-cli/ember-resolver/pull/989) remove ember-cli-babel dependency and engine reference ([@mansona](https://github.com/mansona))

#### :house: Internal
* Other
* [#992](https://github.com/ember-cli/ember-resolver/pull/992) start using release-plan ([@mansona](https://github.com/mansona))
* [#990](https://github.com/ember-cli/ember-resolver/pull/990) remove cron from github ci ([@mansona](https://github.com/mansona))
* `ember-resolver`
* [#991](https://github.com/ember-cli/ember-resolver/pull/991) swap to pnpm ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))




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.1.1",
"version": "13.2.0",
"description": "The default modules based resolver for Ember CLI.",
"keywords": [],
"homepage": "https://github.com/ember-cli/ember-resolver#readme",
Expand Down