File tree 5 files changed +37
-5
lines changed 5 files changed +37
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## 16.0.0
4
+
5
+ - [ ` c3396058 ` ] ( https://github.com/sinonjs/sinon/commit/c339605834f6fd7ba3afdd179fff3a8544e62bd7 )
6
+ fix(2525): ensure non empty message when error of type string is passed, but no message (#2544 ) (Mark de Dios)
7
+ - [ ` baa1aee9 ` ] ( https://github.com/sinonjs/sinon/commit/baa1aee9e5766ff1bfcbc62d81ddaf3138174c54 )
8
+ .define method (#2539 ) (Konstantin Gukov)
9
+ > - .define method for temporarily defining new properties during the tests
10
+ - [ ` fe799e78 ` ] ( https://github.com/sinonjs/sinon/commit/fe799e78967cafcdfa29ef1d7cd00c420704b926 )
11
+ Fix issue 2534: spies are not restored (#2535 ) (Carl-Erik Kopseng)
12
+ - [ ` 305fb6cc ` ] ( https://github.com/sinonjs/sinon/commit/305fb6ccb823a4a6059d8440d93c8032bef2afeb )
13
+ fix: actaully reset 'injectedKeys' (#2456 ) (Morgan Roderick)
14
+ - [ ` de2635dd ` ] ( https://github.com/sinonjs/sinon/commit/de2635dd4293f21bd1e5a8b3e14d14d4f6e1f1da )
15
+ Bump LTS version one notch: 20 (#2529 ) (Carl-Erik Kopseng)
16
+
17
+ _ Released by Morgan Roderick on 2023-09-13._
18
+
3
19
## 15.2.0
4
20
5
21
- [ ` 66b0081e ` ] ( https://github.com/sinonjs/sinon/commit/66b0081e1f9673b14277882faa10aaa1e3b564ff )
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ description: >-
5
5
url : ' https://sinonjs.org'
6
6
github_username : sinonjs
7
7
sinon :
8
- current_release : v15.2 .0
9
- current_major_version : 15
8
+ current_release : v16.0 .0
9
+ current_major_version : 16
10
10
markdown : kramdown
11
11
kramdown :
12
12
input : GFM
Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ permalink: /releases/changelog
6
6
7
7
# Changelog
8
8
9
+ ## 16.0.0
10
+
11
+ - [ ` c3396058 ` ] ( https://github.com/sinonjs/sinon/commit/c339605834f6fd7ba3afdd179fff3a8544e62bd7 )
12
+ fix(2525): ensure non empty message when error of type string is passed, but no message (#2544 ) (Mark de Dios)
13
+ - [ ` baa1aee9 ` ] ( https://github.com/sinonjs/sinon/commit/baa1aee9e5766ff1bfcbc62d81ddaf3138174c54 )
14
+ .define method (#2539 ) (Konstantin Gukov)
15
+ > - .define method for temporarily defining new properties during the tests
16
+ - [ ` fe799e78 ` ] ( https://github.com/sinonjs/sinon/commit/fe799e78967cafcdfa29ef1d7cd00c420704b926 )
17
+ Fix issue 2534: spies are not restored (#2535 ) (Carl-Erik Kopseng)
18
+ - [ ` 305fb6cc ` ] ( https://github.com/sinonjs/sinon/commit/305fb6ccb823a4a6059d8440d93c8032bef2afeb )
19
+ fix: actaully reset 'injectedKeys' (#2456 ) (Morgan Roderick)
20
+ - [ ` de2635dd ` ] ( https://github.com/sinonjs/sinon/commit/de2635dd4293f21bd1e5a8b3e14d14d4f6e1f1da )
21
+ Bump LTS version one notch: 20 (#2529 ) (Carl-Erik Kopseng)
22
+
23
+ _ Released by Morgan Roderick on 2023-09-13._
24
+
9
25
## 15.2.0
10
26
11
27
- [ ` 66b0081e ` ] ( https://github.com/sinonjs/sinon/commit/66b0081e1f9673b14277882faa10aaa1e3b564ff )
Original file line number Diff line number Diff line change 15
15
" xhr" ,
16
16
" assert"
17
17
],
18
- "version" : " 15.2 .0" ,
18
+ "version" : " 16.0 .0" ,
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