Skip to content

Commit 1c74c1b

Browse files
committed
Release 0.3.0
1 parent f3c96b8 commit 1c74c1b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1+
## v0.3.0 (2021-03-02)
2+
3+
#### :boom: Breaking Change
4+
* [#45](https://github.com/ember-codemods/ember-test-helpers-codemod/pull/45) Update codemod-cli and boilerplate, drop node 6 +8 ([@simonihmig](https://github.com/simonihmig))
5+
6+
#### :rocket: Enhancement
7+
* [#42](https://github.com/ember-codemods/ember-test-helpers-codemod/pull/42) add transform for migrating deprecated ember-test-helpers API ([@zhanwang626](https://github.com/zhanwang626))
8+
* [#43](https://github.com/ember-codemods/ember-test-helpers-codemod/pull/43) add transform to replace deprecated this.render() ([@zhanwang626](https://github.com/zhanwang626))
9+
10+
#### :bug: Bug Fix
11+
* [#41](https://github.com/ember-codemods/ember-test-helpers-codemod/pull/41) Text content fix ([@fivetanley](https://github.com/fivetanley))
12+
13+
#### :house: Internal
14+
* [#44](https://github.com/ember-codemods/ember-test-helpers-codemod/pull/44) Setup release-it ([@simonihmig](https://github.com/simonihmig))
15+
* [#45](https://github.com/ember-codemods/ember-test-helpers-codemod/pull/45) Update codemod-cli and boilerplate, drop node 6 +8 ([@simonihmig](https://github.com/simonihmig))
16+
17+
#### Committers: 4
18+
- Eli Flanagan ([@efx](https://github.com/efx))
19+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
20+
- Stanley Stuart ([@fivetanley](https://github.com/fivetanley))
21+
- Zhan Wang ([@zhanwang626](https://github.com/zhanwang626))
22+
123
# Changelog

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-test-helpers-codemod",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Codemod to transform your jQuery based ember tests to use @ember/test-helpers",
55
"keywords": [
66
"codemod-cli"

0 commit comments

Comments
 (0)