We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3a2b3 commit 64f28b3Copy full SHA for 64f28b3
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v2.2.3 (2021-02-23)
2
+
3
+#### :bug: Bug Fix
4
+* [#995](https://github.com/emberjs/ember-test-helpers/pull/995) Correctly handle resetOnerror ([@wagenet](https://github.com/wagenet))
5
6
+#### Committers: 1
7
+- Peter Wagenet ([@wagenet](https://github.com/wagenet))
8
9
10
## v2.2.2 (2021-02-23)
11
12
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "@ember/test-helpers",
- "version": "2.2.2",
+ "version": "2.2.3",
"description": "Helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
0 commit comments