You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
## Release (2025-12-05)
4
4
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))
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "ember-source-lens",
3
-
"version": "0.0.5",
3
+
"version": "0.0.6",
4
4
"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.",
0 commit comments