Skip to content

Commit

Permalink
Release 6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Mishkin authored and Bryan Mishkin committed Jul 24, 2024
1 parent d8c920d commit 319c731
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
Expand Up @@ -4,6 +4,19 @@




## v6.1.5 (2024-07-24)

#### :bug: Bug Fix
* [#996](https://github.com/ember-template-lint/ember-template-recast/pull/996) Fix parsing error when in-tag string content contains `>` ([@rgallagherab](https://github.com/rgallagherab))
* [#943](https://github.com/ember-template-lint/ember-template-recast/pull/943) Bump `@glimmer` packages to `0.84` ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 3
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- [@rgallagherab](https://github.com/rgallagherab)


## v6.1.4 (2023-03-28)

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

0 comments on commit 319c731

Please sign in to comment.