Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Jun 15, 2023
1 parent de9e0ea commit 06ae0ab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@




## v3.1.0 (2023-06-15)

#### :rocket: Enhancement
* [#1411](https://github.com/emberjs/ember-test-helpers/pull/1411) adds new workflow file to provide release branches ([@MelSumner](https://github.com/MelSumner))
* [#1416](https://github.com/emberjs/ember-test-helpers/pull/1416) Add support for TS 5.0 and 5.1 ([@chriskrycho](https://github.com/chriskrycho))

#### :bug: Bug Fix
* [#1417](https://github.com/emberjs/ember-test-helpers/pull/1417) bugfix: handle `null` and `undefined` in `setProperties` ([@chriskrycho](https://github.com/chriskrycho))

#### :memo: Documentation
* [#1419](https://github.com/emberjs/ember-test-helpers/pull/1419) Update TS version support in README.md ([@chriskrycho](https://github.com/chriskrycho))

#### :house: Internal
* [#1411](https://github.com/emberjs/ember-test-helpers/pull/1411) adds new workflow file to provide release branches ([@MelSumner](https://github.com/MelSumner))

#### Committers: 2
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))

## v3.0.3 (2023-06-09)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember/test-helpers",
"version": "3.0.3",
"version": "3.1.0",
"description": "Helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 06ae0ab

Please sign in to comment.