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 7d3f472 commit 8cdef89Copy full SHA for 8cdef89
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
Changelog
4
===============================================================================
5
+## 2022.2.19
6
+- fix: rename did not work correctly
7
+- fix: null pointer exception
8
+- fix: bad references
9
+
10
## 2022.2.18
11
- fix: some html elements had bad references
12
build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
13
14
15
group = "com.emberjs"
16
-version = "2022.2.18"
+version = "2022.2.19"
17
18
// Configure project's dependencies
19
repositories {
0 commit comments