Skip to content

Commit 319c731

Browse files
Bryan MishkinBryan Mishkin
Bryan Mishkin
authored and
Bryan Mishkin
committed
Release 6.1.5
1 parent d8c920d commit 319c731

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55

66

7+
8+
## v6.1.5 (2024-07-24)
9+
10+
#### :bug: Bug Fix
11+
* [#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))
12+
* [#943](https://github.com/ember-template-lint/ember-template-recast/pull/943) Bump `@glimmer` packages to `0.84` ([@bertdeblock](https://github.com/bertdeblock))
13+
14+
#### Committers: 3
15+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
16+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
17+
- [@rgallagherab](https://github.com/rgallagherab)
18+
19+
720
## v6.1.4 (2023-03-28)
821

922
#### :bug: Bug Fix

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-template-recast",
3-
"version": "6.1.4",
3+
"version": "6.1.5",
44
"description": "Non-destructive template transformer.",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)