Skip to content

Commit ef76b5b

Browse files
committed
15.0.1
1 parent bfa9216 commit ef76b5b

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

CHANGES.md

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

3+
## 15.0.1
4+
5+
- [`aa493da4`](https://github.com/sinonjs/sinon/commit/aa493da47d788025c0d512696651072973f301ec)
6+
Upgrade to fake-timers v10.0.2 (Carl-Erik Kopseng)
7+
> Contains several fixes
8+
- [`b3ee0aa5`](https://github.com/sinonjs/sinon/commit/b3ee0aa5c84e7c0f5203591e1507bd1015208925)
9+
Use Node version 18 in Runkit examples (Carl-Erik Kopseng)
10+
11+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2022-12-15._
12+
313
## 15.0.0
414

515
- [`b75fbfa9`](https://github.com/sinonjs/sinon/commit/b75fbfa9e57ba9b9c1b639b68646b1d054e0a7e3)

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

docs/changelog.md

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

77
# Changelog
88

9+
## 15.0.1
10+
11+
- [`aa493da4`](https://github.com/sinonjs/sinon/commit/aa493da47d788025c0d512696651072973f301ec)
12+
Upgrade to fake-timers v10.0.2 (Carl-Erik Kopseng)
13+
> Contains several fixes
14+
- [`b3ee0aa5`](https://github.com/sinonjs/sinon/commit/b3ee0aa5c84e7c0f5203591e1507bd1015208925)
15+
Use Node version 18 in Runkit examples (Carl-Erik Kopseng)
16+
17+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2022-12-15._
18+
919
## 15.0.0
1020

1121
- [`b75fbfa9`](https://github.com/sinonjs/sinon/commit/b75fbfa9e57ba9b9c1b639b68646b1d054e0a7e3)

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

0 commit comments

Comments
 (0)