Skip to content

Commit 5d2d3ab

Browse files
authored
Merge pull request #14 from ember-tooling/release-preview
Prepare Release v0.0.6
2 parents 1e7e0f8 + aee5d0b commit 5d2d3ab

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-source-lens": {
44
"impact": "patch",
5-
"oldVersion": "0.0.4",
6-
"newVersion": "0.0.5",
5+
"oldVersion": "0.0.5",
6+
"newVersion": "0.0.6",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
17-
"description": "## Release (2025-12-05)\n\n* ember-source-lens 0.0.5 (patch)\n\n#### :bug: Bug Fix\n* `ember-source-lens`\n * [#11](https://github.com/ember-tooling/ember-source-lens/pull/11) Make content-tag a dependency ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
17+
"description": "## Release (2025-12-05)\n\n* ember-source-lens 0.0.6 (patch)\n\n#### :bug: Bug Fix\n* `ember-source-lens`\n * [#13](https://github.com/ember-tooling/ember-source-lens/pull/13) Fixes for templates in routes folder (pods) ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
1818
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-12-05)
44

5+
* ember-source-lens 0.0.6 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-source-lens`
9+
* [#13](https://github.com/ember-tooling/ember-source-lens/pull/13) Fixes for templates in routes folder (pods) ([@evoactivity](https://github.com/evoactivity))
10+
11+
#### Committers: 1
12+
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
13+
14+
## Release (2025-12-05)
15+
516
* ember-source-lens 0.0.5 (patch)
617

718
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-source-lens",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Ember Source Lens is a developer tool that allows you to click on rendered Ember components in the browser and jump directly to their source code in your editor.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)