Skip to content

Commit 7d37728

Browse files
committed
v0.5.0
1 parent 3c0817f commit 7d37728

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v0.5.0 (2020-04-19)
4+
5+
#### :rocket: Enhancement
6+
* [#68](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/68) Detect and use collocated templates ([@jrjohnson](https://github.com/jrjohnson))
7+
* [#66](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/66) Support TypeScript components ([@simonihmig](https://github.com/simonihmig))
8+
* [#69](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/69) Handle static class name bindings ([@jrjohnson](https://github.com/jrjohnson))
9+
10+
#### :bug: Bug Fix
11+
* [#65](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/65) Skip tagName='' tagless components ([@simonihmig](https://github.com/simonihmig))
12+
13+
#### Committers: 2
14+
- Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson))
15+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
16+
17+
318
## v0.4.0 (2020-02-25)
419

520
#### :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": "tagless-ember-components-codemod",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Converts regular Ember.js components to `tagName: ''` components",
55
"homepage": "https://github.com/ember-codemods/tagless-ember-components-codemod",
66
"repository": "git@github.com:ember-codemods/tagless-ember-components-codemod.git",

0 commit comments

Comments
 (0)