Skip to content

Commit ba7a21a

Browse files
committed
20.0.0
1 parent b6daed2 commit ba7a21a

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

CHANGES.md

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

3+
## 20.0.0
4+
5+
- [`b6daed26`](https://github.com/sinonjs/sinon/commit/b6daed26cd4ba2c045d3d2fc2cadbdcbf43c61e6)
6+
chore!: remove usingPromise (Morgan Roderick)
7+
> Everyone should be using native promises by now, or should know how to stub natives
8+
- [`95d4b8fc`](https://github.com/sinonjs/sinon/commit/95d4b8fc89316c7af82c02750e8ca71e5bc76d07)
9+
chore!: remove fakeXMLHttpRequest and fakeServer (Morgan Roderick)
10+
> BREAKING CHANGE: remove fakeXMLHttpRequest and fakeServer from the API
11+
12+
_Released by Morgan Roderick on 2025-03-24._
13+
314
## 19.0.5
415

516
- [`67d19ff0`](https://github.com/sinonjs/sinon/commit/67d19ff01541fd76dceb1b753e5110b4375fb819)

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: >-
55
url: 'https://sinonjs.org'
66
github_username: sinonjs
77
sinon:
8-
current_release: v19.0.5
9-
current_major_version: 19
8+
current_release: v20.0.0
9+
current_major_version: 20
1010
markdown: kramdown
1111
kramdown:
1212
input: GFM

docs/changelog.md

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

77
# Changelog
88

9+
## 20.0.0
10+
11+
- [`b6daed26`](https://github.com/sinonjs/sinon/commit/b6daed26cd4ba2c045d3d2fc2cadbdcbf43c61e6)
12+
chore!: remove usingPromise (Morgan Roderick)
13+
> Everyone should be using native promises by now, or should know how to stub natives
14+
- [`95d4b8fc`](https://github.com/sinonjs/sinon/commit/95d4b8fc89316c7af82c02750e8ca71e5bc76d07)
15+
chore!: remove fakeXMLHttpRequest and fakeServer (Morgan Roderick)
16+
> BREAKING CHANGE: remove fakeXMLHttpRequest and fakeServer from the API
17+
18+
_Released by Morgan Roderick on 2025-03-24._
19+
920
## 19.0.5
1021

1122
- [`67d19ff0`](https://github.com/sinonjs/sinon/commit/67d19ff01541fd76dceb1b753e5110b4375fb819)

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

0 commit comments

Comments
 (0)