Skip to content

Commit 8a1d5c6

Browse files
committed
15.0.3
1 parent b775f1b commit 8a1d5c6

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

CHANGES.md

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

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+
315
## 15.0.2
416

517
- [`19bd99f3`](https://github.com/sinonjs/sinon/commit/19bd99f364ab44f0e2715571e5deab580d9aa7fd)

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: v15.0.2
8+
current_release: v15.0.3
99
current_major_version: 15
1010
markdown: kramdown
1111
kramdown:

docs/changelog.md

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

77
# Changelog
88

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+
921
## 15.0.2
1022

1123
- [`19bd99f3`](https://github.com/sinonjs/sinon/commit/19bd99f364ab44f0e2715571e5deab580d9aa7fd)

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": "15.0.2",
18+
"version": "15.0.3",
1919
"homepage": "https://sinonjs.org/",
2020
"author": "Christian Johansen",
2121
"repository": {

0 commit comments

Comments
 (0)