Skip to content

Commit bbb7dfd

Browse files
Release 3.0.1
1 parent 48e084e commit bbb7dfd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v3.0.1 (2019-12-12)
2+
3+
#### :bug: Bug Fix
4+
* [#205](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/205) fix wallstreet integration with telemetry data ([@hmajoros](https://github.com/hmajoros))
5+
* [#203](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/203) Update README.md ([@samselikoff](https://github.com/samselikoff))
6+
7+
#### :memo: Documentation
8+
* [#203](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/203) Update README.md ([@samselikoff](https://github.com/samselikoff))
9+
10+
#### Committers: 3
11+
- Hank Majoros ([@hmajoros](https://github.com/hmajoros))
12+
- Sam Selikoff ([@samselikoff](https://github.com/samselikoff))
13+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
14+
115
## v3.0.0 (2019-11-20)
216

317
#### :boom: Breaking Change

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

0 commit comments

Comments
 (0)