Skip to content

Commit af17eb8

Browse files
committed
v0.3.1
1 parent 2ce27ae commit af17eb8

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.3.1 (2019-11-29)
4+
5+
#### :rocket: Enhancement
6+
* [#19](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/19) Add support for running on addons ([@vladucu](https://github.com/vladucu))
7+
8+
#### :house: Internal
9+
* [#20](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/20) CI: Add "Release" workflow ([@Turbo87](https://github.com/Turbo87))
10+
11+
#### Committers: 2
12+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
13+
- vladucu ([@vladucu](https://github.com/vladucu))
14+
15+
316
## v0.3.0 (2019-10-28)
417

518
#### :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.3.0",
3+
"version": "0.3.1",
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)