Skip to content

Commit f51423b

Browse files
committed
v2.0.0
1 parent 7993deb commit f51423b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Diff for: CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
4+
## v2.0.0 (2021-08-30)
5+
6+
#### :boom: Breaking Change
7+
* [#1214](https://github.com/simplabs/qunit-dom/pull/1214) Drop support for Node.js 10 ([@Turbo87](https://github.com/Turbo87))
8+
9+
#### :memo: Documentation
10+
* [#983](https://github.com/simplabs/qunit-dom/pull/983) doc(release): remove extra 'to' ([@mrloop](https://github.com/mrloop))
11+
* [#919](https://github.com/simplabs/qunit-dom/pull/919) Clarified how to update tests/test-helper.js when migrating ember-qunit to v5.x ([@ijlee2](https://github.com/ijlee2))
12+
* [#893](https://github.com/simplabs/qunit-dom/pull/893) Extract contributing instructions to separate file ([@locks](https://github.com/locks))
13+
14+
#### :house: Internal
15+
* [#1140](https://github.com/simplabs/qunit-dom/pull/1140) CI: Add Node.js 14 and 16 to the test matrix ([@Turbo87](https://github.com/Turbo87))
16+
* [#963](https://github.com/simplabs/qunit-dom/pull/963) ember-try: Explicitly declare dependencies ([@Turbo87](https://github.com/Turbo87))
17+
* [#924](https://github.com/simplabs/qunit-dom/pull/924) Remove duplicated eslint rules ([@czikarito](https://github.com/czikarito))
18+
19+
#### Committers: 5
20+
- Ewan McDougall ([@mrloop](https://github.com/mrloop))
21+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
22+
- Pawel Kuwik ([@czikarito](https://github.com/czikarito))
23+
- Ricardo Mendes ([@locks](https://github.com/locks))
24+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
25+
326
## v1.6.0 (2020-11-10)
427

528
#### :rocket: Enhancement

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qunit-dom",
3-
"version": "1.6.0",
3+
"version": "2.0.0",
44
"description": "High Level DOM Assertions for QUnit",
55
"keywords": [
66
"browser",

0 commit comments

Comments
 (0)