Skip to content

Commit ec7c070

Browse files
author
Robert Jackson
committed
Release 5.0.3
1 parent a3e4315 commit ec7c070

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v5.0.3 (2021-05-19)
4+
5+
#### :bug: Bug Fix
6+
* [#555](https://github.com/ember-template-lint/ember-template-recast/pull/555) Fix extra quoting being applied to ConcatStatement ([@dcyriller](https://github.com/dcyriller))
7+
8+
#### Committers: 1
9+
- Cyrille David ([@dcyriller](https://github.com/dcyriller))
10+
11+
312
## v5.0.2 (2021-05-19)
413

514
#### :rocket: Enhancement

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": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Non-destructive template transformer.",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)