We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba0085 commit d25c1edCopy full SHA for d25c1ed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v0.3.1 (2021-03-10)
2
+
3
+#### :rocket: Enhancement
4
+* [#46](https://github.com/ember-codemods/ember-test-helpers-codemod/pull/46) add `update-triggerevent-file-param` transform ([@zhanwang626](https://github.com/zhanwang626))
5
6
+#### Committers: 1
7
+- Zhan Wang ([@zhanwang626](https://github.com/zhanwang626))
8
9
## v0.3.0 (2021-03-02)
10
11
#### :boom: Breaking Change
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-test-helpers-codemod",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "Codemod to transform your jQuery based ember tests to use @ember/test-helpers",
"keywords": [
"codemod-cli"
0 commit comments