Skip to content

Commit 30e9e37

Browse files
committed
17.0.1
1 parent 5fde5ae commit 30e9e37

File tree

5 files changed

+30
-4
lines changed

5 files changed

+30
-4
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changes
22

3+
## 17.0.1
4+
5+
- [`5fde5aeb`](https://github.com/sinonjs/sinon/commit/5fde5aebc74dec12bacd84d00a2f22906a7ebcc0)
6+
fix returns does not override call through (#2567) (Raz Luvaton)
7+
- [`b5fc3671`](https://github.com/sinonjs/sinon/commit/b5fc3671fff2481ab9b66486242f2c2ceb8d08e5)
8+
Documentation for assertion options for the sandbox (#2564) (Carl-Erik Kopseng)
9+
- [`f7d180cc`](https://github.com/sinonjs/sinon/commit/f7d180ccc15b8dce958c08a780d384044d39bb2b)
10+
fix: assertion log limit (#2485) (Spencer Goossens)
11+
- [`4f538e3e`](https://github.com/sinonjs/sinon/commit/4f538e3e74580a44e9b0cfcfdec9ca5f76d16fad)
12+
Fix mochify breaking on node:assert (#2559) (Carl-Erik Kopseng)
13+
14+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-11-01._
15+
316
## 17.0.0
417

518
- [`11a8e3f2`](https://github.com/sinonjs/sinon/commit/11a8e3f24ccec981a280dbe63df316d1fbde4ddd)

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
url: 'https://sinonjs.org'
66
github_username: sinonjs
77
sinon:
8-
current_release: v17.0.0
8+
current_release: v17.0.1
99
current_major_version: 17
1010
markdown: kramdown
1111
kramdown:

docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ permalink: /releases/changelog
66

77
# Changelog
88

9+
## 17.0.1
10+
11+
- [`5fde5aeb`](https://github.com/sinonjs/sinon/commit/5fde5aebc74dec12bacd84d00a2f22906a7ebcc0)
12+
fix returns does not override call through (#2567) (Raz Luvaton)
13+
- [`b5fc3671`](https://github.com/sinonjs/sinon/commit/b5fc3671fff2481ab9b66486242f2c2ceb8d08e5)
14+
Documentation for assertion options for the sandbox (#2564) (Carl-Erik Kopseng)
15+
- [`f7d180cc`](https://github.com/sinonjs/sinon/commit/f7d180ccc15b8dce958c08a780d384044d39bb2b)
16+
fix: assertion log limit (#2485) (Spencer Goossens)
17+
- [`4f538e3e`](https://github.com/sinonjs/sinon/commit/4f538e3e74580a44e9b0cfcfdec9ca5f76d16fad)
18+
Fix mochify breaking on node:assert (#2559) (Carl-Erik Kopseng)
19+
20+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-11-01._
21+
922
## 17.0.0
1023

1124
- [`11a8e3f2`](https://github.com/sinonjs/sinon/commit/11a8e3f24ccec981a280dbe63df316d1fbde4ddd)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"xhr",
1616
"assert"
1717
],
18-
"version": "17.0.0",
18+
"version": "17.0.1",
1919
"homepage": "https://sinonjs.org/",
2020
"author": "Christian Johansen",
2121
"repository": {

0 commit comments

Comments
 (0)