Skip to content

Commit 25ecc7e

Browse files
Release 2.1.0
1 parent 071ce4f commit 25ecc7e

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v2.1.0 (2019-11-12)
2+
3+
#### :rocket: Enhancement
4+
* [#181](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/181) Add support for templates containing `~` (whitespace control) ([@Turbo87](https://github.com/Turbo87))
5+
* [#155](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/155) Add a Logger ([@tylerturdenpants](https://github.com/tylerturdenpants))
6+
7+
#### :bug: Bug Fix
8+
* [#182](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/182) fix hyphen usage ([@tylerturdenpants](https://github.com/tylerturdenpants))
9+
10+
#### :house: Internal
11+
* [#175](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/175) Refactor nested functions to the outer scope ([@tylerturdenpants](https://github.com/tylerturdenpants))
12+
13+
#### Committers: 4
14+
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
15+
- Suchita Doshi ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
16+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
17+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
18+
119
## v2.0.0 (2019-10-22)
220

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

0 commit comments

Comments
 (0)