Skip to content

Commit

Permalink
Release 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyriller committed Dec 8, 2021
1 parent ee70627 commit ccab3b5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog


## v6.1.1 (2021-12-08)

#### :bug: Bug Fix
* [#671](https://github.com/ember-template-lint/ember-template-recast/pull/671) Fix infinite recursion when printing sub-nodes ([@courajs](https://github.com/courajs))
* [#95](https://github.com/ember-template-lint/ember-template-recast/pull/95) Fix the scenario where block params are on a new line ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* [#689](https://github.com/ember-template-lint/ember-template-recast/pull/689) Update Typescript configuration ([@dcyriller](https://github.com/dcyriller))

#### Committers: 3
- Aaron Sikes ([@courajs](https://github.com/courajs))
- Cyrille ([@dcyriller](https://github.com/dcyriller))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)


## v6.1.0 (2021-11-18)

#### :rocket: Enhancement
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.1.0",
"version": "6.1.1",
"description": "Non-destructive template transformer.",
"keywords": [
"codemod",
Expand Down

0 comments on commit ccab3b5

Please sign in to comment.