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 0ba0745 commit a49ebb9Copy full SHA for a49ebb9
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v1.2.2 (2020-08-24)
2
+
3
+#### :bug: Bug Fix
4
+* [#204](https://github.com/ember-codemods/ember-qunit-codemod/pull/204) fix: handle async lifecycle hooks like beforeEach ([@bmish](https://github.com/bmish))
5
6
+#### Committers: 1
7
+- Bryan Mishkin ([@bmish](https://github.com/bmish))
8
9
## v1.2.1 (2019-09-09)
10
11
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-qunit-codemod",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "codemod script for ember-qunit",
"keywords": [
"codemod",
0 commit comments