Skip to content

Commit 330e3f4

Browse files
author
Robert Jackson
committed
Release 5.0.0
1 parent 37be4cc commit 330e3f4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v5.0.0 (2020-05-06)
2+
3+
#### :boom: Breaking Change
4+
* [#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))
5+
6+
#### :house: Internal
7+
* [#320](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/320) Update release automation settings. ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### Committers: 4
10+
- Rajasegar Chandran ([@rajasegar](https://github.com/rajasegar))
11+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
12+
- Tom Wayson ([@tomwayson](https://github.com/tomwayson))
13+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
14+
15+
116
* Add config to enable transform on valueless attrs (#241) (7e06914)
217
* Bump execa from 3.4.0 to 4.0.0 (#211) (0b06732)
318
* Bump jest from 24.9.0 to 25.1.0 (#235) (d8fa744)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-angle-brackets-codemod",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Codemod to convert to Angle brackets syntax",
55
"keywords": [
66
"codemod-cli",

0 commit comments

Comments
 (0)