Skip to content

Commit

Permalink
Release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyriller committed Nov 18, 2021
1 parent 8e18fd2 commit 595f9f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-template-recast",
"version": "6.0.0",
"version": "6.1.0",
"description": "Non-destructive template transformer.",
"keywords": [
"codemod",
Expand Down

0 comments on commit 595f9f4

Please sign in to comment.