Skip to content

Commit 54ffab8

Browse files
committed
Release 2.9.4
1 parent e0d3778 commit 54ffab8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11

22

3+
4+
## v2.9.4 (2023-06-15)
5+
6+
#### :bug: Bug Fix
7+
* [#1418](https://github.com/emberjs/ember-test-helpers/pull/1418) (backport) bugfix: handle `null` and `undefined` in `setProperties` ([@chriskrycho](https://github.com/chriskrycho))
8+
9+
#### Committers: 1
10+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
11+
312
## v2.9.3 (2022-12-21)
413

514
#### :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/test-helpers",
3-
"version": "2.9.3",
3+
"version": "2.9.4",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)