Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyriller committed Nov 8, 2021
1 parent 71489e7 commit fa3f9f1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v6.0.0 (2021-11-08)

#### :boom: Breaking Change
* [#663](https://github.com/ember-template-lint/ember-template-recast/pull/663) Drop support for Node 10 and 15 ([@dcyriller](https://github.com/dcyriller))
* [#627](https://github.com/ember-template-lint/ember-template-recast/pull/627) Upgrade @glimmer/syntax to v0.82.0 ([@lifeart](https://github.com/lifeart))

#### :bug: Bug Fix
* [#665](https://github.com/ember-template-lint/ember-template-recast/pull/665) fix: Attribute closes the quotations prematurely ([@dcyriller](https://github.com/dcyriller))

#### :house: Internal
* [#670](https://github.com/ember-template-lint/ember-template-recast/pull/670) Update eslint related packages to latest ([@rwjblue](https://github.com/rwjblue))

#### Committers: 3
- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))
- Cyrille ([@dcyriller](https://github.com/dcyriller))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v5.0.3 (2021-05-19)

#### :bug: Bug Fix
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": "5.0.3",
"version": "6.0.0",
"description": "Non-destructive template transformer.",
"keywords": [
"codemod",
Expand Down

0 comments on commit fa3f9f1

Please sign in to comment.