We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee7ac8 commit 9a5fa85Copy full SHA for 9a5fa85
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
Changelog
4
===============================================================================
5
+## 2023.1.9
6
+- fix: some gts html tag references were not resolving
7
+
8
+## 2023.1.8
9
+- fix: some completions for js fields where not working
10
11
## 2023.1.7
12
- fix: correctly resolve ember imports
13
build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
14
15
group = "com.emberjs"
16
-version = "2023.1.8"
+version = "2023.1.9"
17
18
// Configure project's dependencies
19
repositories {
0 commit comments