File tree 5 files changed +30
-4
lines changed 5 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
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
+
3
16
## 17.0.0
4
17
5
18
- [ ` 11a8e3f2 ` ] ( https://github.com/sinonjs/sinon/commit/11a8e3f24ccec981a280dbe63df316d1fbde4ddd )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: >-
5
5
url : ' https://sinonjs.org'
6
6
github_username : sinonjs
7
7
sinon :
8
- current_release : v17.0.0
8
+ current_release : v17.0.1
9
9
current_major_version : 17
10
10
markdown : kramdown
11
11
kramdown :
Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ permalink: /releases/changelog
6
6
7
7
# Changelog
8
8
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
+
9
22
## 17.0.0
10
23
11
24
- [ ` 11a8e3f2 ` ] ( https://github.com/sinonjs/sinon/commit/11a8e3f24ccec981a280dbe63df316d1fbde4ddd )
Original file line number Diff line number Diff line change 15
15
" xhr" ,
16
16
" assert"
17
17
],
18
- "version" : " 17.0.0 " ,
18
+ "version" : " 17.0.1 " ,
19
19
"homepage" : " https://sinonjs.org/" ,
20
20
"author" : " Christian Johansen" ,
21
21
"repository" : {
You can’t perform that action at this time.
0 commit comments