Skip to content

Commit 7e04128

Browse files
committed
v0.3.0
1 parent 5180277 commit 7e04128

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Changelog
2+
3+
## v0.3.0 (2019-10-28)
4+
5+
#### :rocket: Enhancement
6+
* [#15](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/15) Add support for `ember-component-css` ([@Turbo87](https://github.com/Turbo87))
7+
8+
#### :bug: Bug Fix
9+
* [#16](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/16) Skip components that use `this.elementId` ([@Turbo87](https://github.com/Turbo87))
10+
11+
#### :memo: Documentation
12+
* [#17](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/17) README: Add caveat about passed in event hooks ([@Turbo87](https://github.com/Turbo87))
13+
14+
#### :house: Internal
15+
* [#18](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/18) CI: Fix `on` configuration ([@Turbo87](https://github.com/Turbo87))
16+
17+
#### Committers: 1
18+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
19+
20+
121
## v0.2.0 (2019-10-26)
222

323
#### :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": "tagless-ember-components-codemod",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Converts regular Ember.js components to `tagName: ''` components",
55
"homepage": "https://github.com/ember-codemods/tagless-ember-components-codemod",
66
"repository": "[email protected]:ember-codemods/tagless-ember-components-codemod.git",

0 commit comments

Comments
 (0)