Skip to content

Commit 8cdef89

Browse files
committed
bump
1 parent 7d3f472 commit 8cdef89

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Changelog
44
===============================================================================
5+
## 2022.2.19
6+
- fix: rename did not work correctly
7+
- fix: null pointer exception
8+
- fix: bad references
9+
510
## 2022.2.18
611
- fix: some html elements had bad references
712

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313

1414

1515
group = "com.emberjs"
16-
version = "2022.2.18"
16+
version = "2022.2.19"
1717

1818
// Configure project's dependencies
1919
repositories {

0 commit comments

Comments
 (0)