Skip to content

Commit b903309

Browse files
Release 3.0.0
1 parent ce47bcf commit b903309

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v3.0.0 (2019-11-20)
2+
3+
#### :boom: Breaking Change
4+
* [#154](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/154) Use telemetry data to detect known components and helpers ([@tylerturdenpants](https://github.com/tylerturdenpants))
5+
6+
#### :rocket: Enhancement
7+
* [#154](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/154) Use telemetry data to detect known components and helpers ([@tylerturdenpants](https://github.com/tylerturdenpants))
8+
9+
#### Committers: 2
10+
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
11+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
12+
113
## v2.1.0 (2019-11-12)
214

315
#### :rocket: Enhancement

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": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Codemod to convert to Angle brackets syntax",
55
"keywords": [
66
"codemod-cli",

0 commit comments

Comments
 (0)