Skip to content

Commit 78fcf15

Browse files
committed
v0.2.0
1 parent 1072509 commit 78fcf15

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## v0.2.0 (2019-10-26)
2+
3+
#### :rocket: Enhancement
4+
* [#12](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/12) Improve template wrapper output ([@Turbo87](https://github.com/Turbo87))
5+
6+
#### :memo: Documentation
7+
* [#13](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/13) package.json: Fix project URLs ([@Turbo87](https://github.com/Turbo87))
8+
9+
#### :house: Internal
10+
* [#11](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/11) Add Tests ([@Turbo87](https://github.com/Turbo87))
11+
* [#7](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/7) Setup GitHub actions ([@Turbo87](https://github.com/Turbo87))
12+
13+
#### Committers: 1
14+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
15+
16+
17+
## v0.1.0 (2019-10-10)
18+
19+
Initial release! 🎉

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.1.0",
3+
"version": "0.2.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)