We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c9e47 commit 5dca0a8Copy full SHA for 5dca0a8
addon/CHANGELOG.md
@@ -5,6 +5,15 @@
5
6
7
8
+
9
+## v3.2.1 (2023-11-19)
10
11
+#### :bug: Bug Fix
12
+* [#1445](https://github.com/emberjs/ember-test-helpers/pull/1445) Fix ember-canary error/deprecation ([@chancancode](https://github.com/chancancode))
13
14
+#### Committers: 1
15
+- Godfrey Chan ([@chancancode](https://github.com/chancancode))
16
17
## v3.2.0 (2023-06-30)
18
19
#### :rocket: Enhancement
addon/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ember/test-helpers",
3
- "version": "3.2.0",
+ "version": "3.2.1",
4
"description": "Helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
0 commit comments