Skip to content

Commit

Permalink
Release 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 19, 2021
1 parent a3e4315 commit ec7c070
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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

#### :bug: Bug Fix
* [#555](https://github.com/ember-template-lint/ember-template-recast/pull/555) Fix extra quoting being applied to ConcatStatement ([@dcyriller](https://github.com/dcyriller))

#### Committers: 1
- Cyrille David ([@dcyriller](https://github.com/dcyriller))


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

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

0 comments on commit ec7c070

Please sign in to comment.