Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 2, 2020
1 parent d04b171 commit 17ac6b4
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,3 +1,12 @@
## v4.2.0 (2020-10-02)

#### :rocket: Enhancement
* [#361](https://github.com/ember-template-lint/ember-template-recast/pull/361) Expose the original contents on the plugin's `env`. ([@rwjblue](https://github.com/rwjblue))
* [#360](https://github.com/ember-template-lint/ember-template-recast/pull/360) Expose sourceForLoc utility method. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))

## v4.1.7 (2020-10-02)

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

0 comments on commit 17ac6b4

Please sign in to comment.