Skip to content

Commit 06ae0ab

Browse files
committed
Release 3.1.0
1 parent de9e0ea commit 06ae0ab

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

addon/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33

44

55

6+
7+
## v3.1.0 (2023-06-15)
8+
9+
#### :rocket: Enhancement
10+
* [#1411](https://github.com/emberjs/ember-test-helpers/pull/1411) adds new workflow file to provide release branches ([@MelSumner](https://github.com/MelSumner))
11+
* [#1416](https://github.com/emberjs/ember-test-helpers/pull/1416) Add support for TS 5.0 and 5.1 ([@chriskrycho](https://github.com/chriskrycho))
12+
13+
#### :bug: Bug Fix
14+
* [#1417](https://github.com/emberjs/ember-test-helpers/pull/1417) bugfix: handle `null` and `undefined` in `setProperties` ([@chriskrycho](https://github.com/chriskrycho))
15+
16+
#### :memo: Documentation
17+
* [#1419](https://github.com/emberjs/ember-test-helpers/pull/1419) Update TS version support in README.md ([@chriskrycho](https://github.com/chriskrycho))
18+
19+
#### :house: Internal
20+
* [#1411](https://github.com/emberjs/ember-test-helpers/pull/1411) adds new workflow file to provide release branches ([@MelSumner](https://github.com/MelSumner))
21+
22+
#### Committers: 2
23+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
24+
- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))
25+
626
## v3.0.3 (2023-06-09)
727

828
#### :bug: Bug Fix

addon/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": "3.0.3",
3+
"version": "3.1.0",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)