Skip to content

Commit

Permalink
17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Nov 1, 2023
1 parent 5fde5ae commit 30e9e37
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
@@ -1,5 +1,18 @@
# Changes

## 17.0.1

- [`5fde5aeb`](https://github.com/sinonjs/sinon/commit/5fde5aebc74dec12bacd84d00a2f22906a7ebcc0)
fix returns does not override call through (#2567) (Raz Luvaton)
- [`b5fc3671`](https://github.com/sinonjs/sinon/commit/b5fc3671fff2481ab9b66486242f2c2ceb8d08e5)
Documentation for assertion options for the sandbox (#2564) (Carl-Erik Kopseng)
- [`f7d180cc`](https://github.com/sinonjs/sinon/commit/f7d180ccc15b8dce958c08a780d384044d39bb2b)
fix: assertion log limit (#2485) (Spencer Goossens)
- [`4f538e3e`](https://github.com/sinonjs/sinon/commit/4f538e3e74580a44e9b0cfcfdec9ca5f76d16fad)
Fix mochify breaking on node:assert (#2559) (Carl-Erik Kopseng)

_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-11-01._

## 17.0.0

- [`11a8e3f2`](https://github.com/sinonjs/sinon/commit/11a8e3f24ccec981a280dbe63df316d1fbde4ddd)
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Expand Up @@ -5,7 +5,7 @@ description: >-
url: 'https://sinonjs.org'
github_username: sinonjs
sinon:
current_release: v17.0.0
current_release: v17.0.1
current_major_version: 17
markdown: kramdown
kramdown:
Expand Down
13 changes: 13 additions & 0 deletions docs/changelog.md
Expand Up @@ -6,6 +6,19 @@ permalink: /releases/changelog

# Changelog

## 17.0.1

- [`5fde5aeb`](https://github.com/sinonjs/sinon/commit/5fde5aebc74dec12bacd84d00a2f22906a7ebcc0)
fix returns does not override call through (#2567) (Raz Luvaton)
- [`b5fc3671`](https://github.com/sinonjs/sinon/commit/b5fc3671fff2481ab9b66486242f2c2ceb8d08e5)
Documentation for assertion options for the sandbox (#2564) (Carl-Erik Kopseng)
- [`f7d180cc`](https://github.com/sinonjs/sinon/commit/f7d180ccc15b8dce958c08a780d384044d39bb2b)
fix: assertion log limit (#2485) (Spencer Goossens)
- [`4f538e3e`](https://github.com/sinonjs/sinon/commit/4f538e3e74580a44e9b0cfcfdec9ca5f76d16fad)
Fix mochify breaking on node:assert (#2559) (Carl-Erik Kopseng)

_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-11-01._

## 17.0.0

- [`11a8e3f2`](https://github.com/sinonjs/sinon/commit/11a8e3f24ccec981a280dbe63df316d1fbde4ddd)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"xhr",
"assert"
],
"version": "17.0.0",
"version": "17.0.1",
"homepage": "https://sinonjs.org/",
"author": "Christian Johansen",
"repository": {
Expand Down

0 comments on commit 30e9e37

Please sign in to comment.