File tree Expand file tree Collapse file tree 5 files changed +28
-4
lines changed Expand file tree Collapse file tree 5 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## 15.0.3
4
+
5
+ - [ ` b775f1b4 ` ] ( https://github.com/sinonjs/sinon/commit/b775f1b4174c5a92fa7fa8f70fbf3f4b5466a39e )
6
+ Avoid tampering with globals and other modules' exports in tests (#2504 ) (Carl-Erik Kopseng)
7
+ - [ ` 477064b6 ` ] ( https://github.com/sinonjs/sinon/commit/477064b628c65220ce9d0ac16cd33ab9b1da93da )
8
+ fix: make it possible to call through to underlying stub in stub instance (#2503 ) (Carl-Erik Kopseng)
9
+ > closes #2501
10
+ - [ ` 6e19746e ` ] ( https://github.com/sinonjs/sinon/commit/6e19746e255dfa0fcf78af076e49d5db0eb11c07 )
11
+ Remove dead Travis and Gitter references (Carl-Erik Kopseng)
12
+
13
+ _ Released by [ Carl-Erik Kopseng] ( https://github.com/fatso83 ) on 2023-03-26._
14
+
3
15
## 15.0.2
4
16
5
17
- [ ` 19bd99f3 ` ] ( https://github.com/sinonjs/sinon/commit/19bd99f364ab44f0e2715571e5deab580d9aa7fd )
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 : v15.0.2
8
+ current_release : v15.0.3
9
9
current_major_version : 15
10
10
markdown : kramdown
11
11
kramdown :
Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ permalink: /releases/changelog
6
6
7
7
# Changelog
8
8
9
+ ## 15.0.3
10
+
11
+ - [ ` b775f1b4 ` ] ( https://github.com/sinonjs/sinon/commit/b775f1b4174c5a92fa7fa8f70fbf3f4b5466a39e )
12
+ Avoid tampering with globals and other modules' exports in tests (#2504 ) (Carl-Erik Kopseng)
13
+ - [ ` 477064b6 ` ] ( https://github.com/sinonjs/sinon/commit/477064b628c65220ce9d0ac16cd33ab9b1da93da )
14
+ fix: make it possible to call through to underlying stub in stub instance (#2503 ) (Carl-Erik Kopseng)
15
+ > closes #2501
16
+ - [ ` 6e19746e ` ] ( https://github.com/sinonjs/sinon/commit/6e19746e255dfa0fcf78af076e49d5db0eb11c07 )
17
+ Remove dead Travis and Gitter references (Carl-Erik Kopseng)
18
+
19
+ _ Released by [ Carl-Erik Kopseng] ( https://github.com/fatso83 ) on 2023-03-26._
20
+
9
21
## 15.0.2
10
22
11
23
- [ ` 19bd99f3 ` ] ( https://github.com/sinonjs/sinon/commit/19bd99f364ab44f0e2715571e5deab580d9aa7fd )
Original file line number Diff line number Diff line change 15
15
" xhr" ,
16
16
" assert"
17
17
],
18
- "version" : " 15.0.2 " ,
18
+ "version" : " 15.0.3 " ,
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