Skip to content

Commit 7f01af2

Browse files
committed
Release 2.9.0
(cherry picked from commit ac77e64)
1 parent 2c8ce6f commit 7f01af2

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
1+
# CHANGELOG
12

3+
## v2.9.0 (2022-12-14)
24

5+
#### :rocket: Enhancement
6+
* [#1269](https://github.com/emberjs/ember-test-helpers/pull/1269) Re-export hasEmberVersion (and its type) from @ember/test-helpers ([@gitKrystan](https://github.com/gitKrystan))
7+
* [#1278](https://github.com/emberjs/ember-test-helpers/pull/1278) perf: Remove excessive destroy call ([@runspired](https://github.com/runspired))
8+
* [#1234](https://github.com/emberjs/ember-test-helpers/pull/1234) Introduce public TypeScript support ([@chriskrycho](https://github.com/chriskrycho))
39

10+
#### :bug: Bug Fix
11+
* [#1277](https://github.com/emberjs/ember-test-helpers/pull/1277) Actually publish .d.ts ([@gitKrystan](https://github.com/gitKrystan))
12+
* [#1270](https://github.com/emberjs/ember-test-helpers/pull/1270) Fix typesVersions path ([@gitKrystan](https://github.com/gitKrystan))
13+
* [#1233](https://github.com/emberjs/ember-test-helpers/pull/1233) Add more keyCode mappings ([@CvX](https://github.com/CvX))
414

15+
#### :memo: Documentation
16+
* [#1259](https://github.com/emberjs/ember-test-helpers/pull/1259) DOCS: API: publish docs for tab ([@geneukum](https://github.com/geneukum))
517

6-
7-
8-
9-
18+
#### Committers: 5
19+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
20+
- Chris Thoburn ([@runspired](https://github.com/runspired))
21+
- Geordan Neukum ([@geneukum](https://github.com/geneukum))
22+
- Jarek Radosz ([@CvX](https://github.com/CvX))
23+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
1024

1125
## v2.8.1 (2022-05-19)
1226

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

0 commit comments

Comments
 (0)