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 21de673 commit 50c8bedCopy full SHA for 50c8bed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Changelog
4
===============================================================================
5
+## 2022.2.20
6
+- fix: null pointer exception
7
+- improvement with glint references
8
+
9
## 2022.2.19
10
- fix: rename did not work correctly
11
- fix: null pointer exception
build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
13
14
15
group = "com.emberjs"
16
-version = "2022.2.19"
+version = "2022.2.20"
17
18
// Configure project's dependencies
19
repositories {
0 commit comments