Skip to content

Commit 5dca0a8

Browse files
committed
Release 3.2.1
1 parent 99c9e47 commit 5dca0a8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

addon/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

66

77

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+
817
## v3.2.0 (2023-06-30)
918

1019
#### :rocket: Enhancement

addon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/test-helpers",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)