Skip to content

Commit

Permalink
Release 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jul 15, 2020
1 parent 198cc83 commit d584ae8
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
@@ -1,3 +1,16 @@
## v4.1.5 (2020-07-15)

#### :bug: Bug Fix
* [#303](https://github.com/ember-template-lint/ember-template-recast/pull/303) Preserve formatting when switching a template's body ([@dcyriller](https://github.com/dcyriller))
* [#302](https://github.com/ember-template-lint/ember-template-recast/pull/302) Improve whitespace preservation around dirty attributes / comments / modifiers ([@dcyriller](https://github.com/dcyriller))

#### :memo: Documentation
* [#307](https://github.com/ember-template-lint/ember-template-recast/pull/307) Add an intro note to README ([@dcyriller](https://github.com/dcyriller))

#### Committers: 2
- Cyrille ([@dcyriller](https://github.com/dcyriller))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

## v4.1.4 (2020-04-27)

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

0 comments on commit d584ae8

Please sign in to comment.