You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addon/CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,26 @@
3
3
4
4
5
5
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))
0 commit comments