Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Oct 28, 2019
1 parent 5180277 commit 7e04128
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Changelog

## v0.3.0 (2019-10-28)

#### :rocket: Enhancement
* [#15](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/15) Add support for `ember-component-css` ([@Turbo87](https://github.com/Turbo87))

#### :bug: Bug Fix
* [#16](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/16) Skip components that use `this.elementId` ([@Turbo87](https://github.com/Turbo87))

#### :memo: Documentation
* [#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))

#### :house: Internal
* [#18](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/18) CI: Fix `on` configuration ([@Turbo87](https://github.com/Turbo87))

#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))


## v0.2.0 (2019-10-26)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tagless-ember-components-codemod",
"version": "0.2.0",
"version": "0.3.0",
"description": "Converts regular Ember.js components to `tagName: ''` components",
"homepage": "https://github.com/ember-codemods/tagless-ember-components-codemod",
"repository": "[email protected]:ember-codemods/tagless-ember-components-codemod.git",
Expand Down

0 comments on commit 7e04128

Please sign in to comment.