Skip to content

Commit b0a7243

Browse files
Prepare Release v0.0.4 using 'release-plan'
1 parent 2e59521 commit b0a7243

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-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.2",
6-
"newVersion": "0.0.3",
5+
"oldVersion": "0.0.3",
6+
"newVersion": "0.0.4",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
17-
"description": "## Release (2025-12-04)\n\n* ember-source-lens 0.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-source-lens`\n * [#4](https://github.com/ember-tooling/ember-source-lens/pull/4) Stop styles leaking from app ([@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.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-source-lens`\n * [#10](https://github.com/ember-tooling/ember-source-lens/pull/10) Better file processing ([@evoactivity](https://github.com/evoactivity))\n * [#8](https://github.com/ember-tooling/ember-source-lens/pull/8) Handle yield blocks properly ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
1818
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Release (2025-12-05)
4+
5+
* ember-source-lens 0.0.4 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-source-lens`
9+
* [#10](https://github.com/ember-tooling/ember-source-lens/pull/10) Better file processing ([@evoactivity](https://github.com/evoactivity))
10+
* [#8](https://github.com/ember-tooling/ember-source-lens/pull/8) Handle yield blocks properly ([@evoactivity](https://github.com/evoactivity))
11+
12+
#### Committers: 1
13+
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
14+
315
## Release (2025-12-04)
416

517
* ember-source-lens 0.0.3 (patch)

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.3",
3+
"version": "0.0.4",
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)