Skip to content

Commit f0fa1b7

Browse files
committed
13.2.0
1 parent 6eca723 commit f0fa1b7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### v13.2.0 (2023-07-20)
2+
3+
#### Pull requests
4+
5+
- [#855](https://github.com/unexpectedjs/unexpected/pull/855) Don't require `array-like` subtypes to have the same constructor in order to be equal ([Andreas Lind](mailto:[email protected]))
6+
7+
#### Commits to master
8+
9+
- [Fix anchor references in UnexpectedError docs](https://github.com/unexpectedjs/unexpected/commit/6eca723088fbc7e53a7c4061a0be117c469f19e5) ([Andreas Lind](mailto:[email protected]))
10+
- [Pin Deno to the mostly recently working 1.30.3 version.](https://github.com/unexpectedjs/unexpected/commit/e1d2aa298ce64aef8713a8088136c09418c2f650) ([Alex J Burke](mailto:[email protected]))
11+
- [Switch to a newer ubuntu worker version in CI.](https://github.com/unexpectedjs/unexpected/commit/2646c175aeef8d081dbf40a2296781ba9e6520c2) ([Alex J Burke](mailto:[email protected]))
12+
- [Upgrade dependencies related to documentation handling.](https://github.com/unexpectedjs/unexpected/commit/7d6454224319e556546adce4ceeb2697ad89472d) ([Alex J Burke](mailto:[email protected]))
13+
- [Align .nvmrc with the minimum node raise in commit 1f9cac6.](https://github.com/unexpectedjs/unexpected/commit/ae7deb3438fce525265e1e9385b59c9d667e5ad6) ([Alex J Burke](mailto:[email protected]))
14+
115
### v13.1.0 (2022-12-23)
216

317
#### Pull requests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unexpected",
3-
"version": "13.1.0",
3+
"version": "13.2.0",
44
"author": "Sune Sloth Simonsen <[email protected]>",
55
"keywords": [
66
"assertion",

0 commit comments

Comments
 (0)