Skip to content

Commit c31ff25

Browse files
committed
v0.3.2
1 parent 83629b0 commit c31ff25

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

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.2 (2019-11-29)
4+
5+
#### :bug: Bug Fix
6+
* [#28](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/28) Fix attributeBindings issue ([@vladucu](https://github.com/vladucu))
7+
8+
#### :house: Internal
9+
* [#21](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/21) Add dependabot configuration file ([@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.1 (2019-11-29)
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.1",
3+
"version": "0.3.2",
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)