Skip to content

Commit eafc0fb

Browse files
committed
Add release notes
1 parent 58a2f5f commit eafc0fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

documentation/releases.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Here is a very high level overview of the major releases. See the
1212
[changelog](https://github.com/unexpectedjs/unexpected/blob/master/CHANGELOG.md)
1313
for more details.
1414

15+
### v13.0.0 (2022-04-26)
16+
17+
- Drop support for node.js < 14
18+
- Add support for assertions on `Set` instances, [documentation](../assertions/Set/) ([#783](https://github.com/unexpectedjs/unexpected/pull/783))
19+
- Remove legacy support for addAssertion without a subject type ([782](https://github.com/unexpectedjs/unexpected/pull/782))
20+
- Add the parent expect to the prototype chain of a child expect ([785](https://github.com/unexpectedjs/unexpected/pull/785))
21+
1522
### v12.0.0 (2020-11-18)
1623

1724
- Drop support for node.js < 10

0 commit comments

Comments
 (0)