Skip to content

Commit a49ebb9

Browse files
author
Robert Jackson
committed
Release 1.2.2
1 parent 0ba0745 commit a49ebb9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## v1.2.1 (2019-09-09)
210

311
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-qunit-codemod",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "codemod script for ember-qunit",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)