Skip to content

Commit c596e52

Browse files
committed
Release 6.1.3
1 parent 007d32b commit c596e52

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

33

44

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+
514
## v6.1.2 (2021-12-10)
615

716
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-template-recast",
3-
"version": "6.1.2",
3+
"version": "6.1.3",
44
"description": "Non-destructive template transformer.",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)