diff --git a/CHANGELOG.md b/CHANGELOG.md index c237455c..21165111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v6.1.0 (2021-11-18) + +#### :rocket: Enhancement +* [#653](https://github.com/ember-template-lint/ember-template-recast/pull/653) Allow updating `quoteType` and `isValueless` of AttrNodes, and `quoteType` of StringLiterals ([@courajs](https://github.com/courajs)) + +#### :bug: Bug Fix +* [#679](https://github.com/ember-template-lint/ember-template-recast/pull/679) Fix modifying valueless attrs ([@courajs](https://github.com/courajs)) + +#### Committers: 2 +- Aaron Sikes ([@courajs](https://github.com/courajs)) +- Cyrille ([@dcyriller](https://github.com/dcyriller)) + + ## v6.0.0 (2021-11-08) #### :boom: Breaking Change diff --git a/package.json b/package.json index 45a05dc0..14bdd6a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-template-recast", - "version": "6.0.0", + "version": "6.1.0", "description": "Non-destructive template transformer.", "keywords": [ "codemod",