diff --git a/CHANGELOG.md b/CHANGELOG.md index 025d96e1..4d4fb572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ + +## v6.1.3 (2022-01-14) + +#### :bug: Bug Fix +* [#725](https://github.com/ember-template-lint/ember-template-recast/pull/725) fix(print): fix print for NullLiteral ([@VincentMolinie](https://github.com/VincentMolinie)) + +#### Committers: 1 +- Vincent MoliniƩ ([@VincentMolinie](https://github.com/VincentMolinie)) + ## v6.1.2 (2021-12-10) #### :bug: Bug Fix diff --git a/package.json b/package.json index 740d1dbd..bc17c448 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-template-recast", - "version": "6.1.2", + "version": "6.1.3", "description": "Non-destructive template transformer.", "keywords": [ "codemod",