Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 6, 2020
1 parent 37be4cc commit 330e3f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v5.0.0 (2020-05-06)

#### :boom: Breaking Change
* [#287](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/287) Add `--telemetry` argument and ensure running without telemetry is possible ([@rajasegar](https://github.com/rajasegar))

#### :house: Internal
* [#320](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/320) Update release automation settings. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 4
- Rajasegar Chandran ([@rajasegar](https://github.com/rajasegar))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Tom Wayson ([@tomwayson](https://github.com/tomwayson))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


* Add config to enable transform on valueless attrs (#241) (7e06914)
* Bump execa from 3.4.0 to 4.0.0 (#211) (0b06732)
* Bump jest from 24.9.0 to 25.1.0 (#235) (d8fa744)
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-angle-brackets-codemod",
"version": "4.1.0",
"version": "5.0.0",
"description": "Codemod to convert to Angle brackets syntax",
"keywords": [
"codemod-cli",
Expand Down

0 comments on commit 330e3f4

Please sign in to comment.