We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007d32b commit c596e52Copy full SHA for c596e52
2 files changed
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
4
5
+
6
+## v6.1.3 (2022-01-14)
7
8
+#### :bug: Bug Fix
9
+* [#725](https://github.com/ember-template-lint/ember-template-recast/pull/725) fix(print): fix print for NullLiteral ([@VincentMolinie](https://github.com/VincentMolinie))
10
11
+#### Committers: 1
12
+- Vincent Molinié ([@VincentMolinie](https://github.com/VincentMolinie))
13
14
## v6.1.2 (2021-12-10)
15
16
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
1
{
"name": "ember-template-recast",
- "version": "6.1.2",
+ "version": "6.1.3",
"description": "Non-destructive template transformer.",
"keywords": [
"codemod",
0 commit comments