Skip to content

Commit 8dbfd02

Browse files
committed
17.0.0
1 parent 2a730ff commit 8dbfd02

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

CHANGES.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changes
22

3+
## 17.0.0
4+
5+
- [`11a8e3f2`](https://github.com/sinonjs/sinon/commit/11a8e3f24ccec981a280dbe63df316d1fbde4ddd)
6+
Remove Proxyquire as it did not handle newer syntax (Carl-Erik Kopseng)
7+
- [`ec37d634`](https://github.com/sinonjs/sinon/commit/ec37d6346fd51dd9b9ccf95d41c3339a0c88f539)
8+
Drop Node 16, as it is out of maintenance (Carl-Erik Kopseng)
9+
- [`75e2b691`](https://github.com/sinonjs/sinon/commit/75e2b6910ca40ee5f3a39295ec654e124a6a325b)
10+
Upgrade [email protected]: new Intl mirroring and bugfixes (Carl-Erik Kopseng)
11+
12+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-10-20._
13+
314
## 16.1.3
415

516
- [`93e8aa93`](https://github.com/sinonjs/sinon/commit/93e8aa93c56c2d9d1ff783263adbd93de2603803)

docs/_config.yml

+2-2
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: v16.1.3
9-
current_major_version: 16
8+
current_release: v17.0.0
9+
current_major_version: 17
1010
markdown: kramdown
1111
kramdown:
1212
input: GFM

docs/changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ permalink: /releases/changelog
66

77
# Changelog
88

9+
## 17.0.0
10+
11+
- [`11a8e3f2`](https://github.com/sinonjs/sinon/commit/11a8e3f24ccec981a280dbe63df316d1fbde4ddd)
12+
Remove Proxyquire as it did not handle newer syntax (Carl-Erik Kopseng)
13+
- [`ec37d634`](https://github.com/sinonjs/sinon/commit/ec37d6346fd51dd9b9ccf95d41c3339a0c88f539)
14+
Drop Node 16, as it is out of maintenance (Carl-Erik Kopseng)
15+
- [`75e2b691`](https://github.com/sinonjs/sinon/commit/75e2b6910ca40ee5f3a39295ec654e124a6a325b)
16+
Upgrade [email protected]: new Intl mirroring and bugfixes (Carl-Erik Kopseng)
17+
18+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-10-20._
19+
920
## 16.1.3
1021

1122
- [`93e8aa93`](https://github.com/sinonjs/sinon/commit/93e8aa93c56c2d9d1ff783263adbd93de2603803)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"xhr",
1616
"assert"
1717
],
18-
"version": "16.1.3",
18+
"version": "17.0.0",
1919
"homepage": "https://sinonjs.org/",
2020
"author": "Christian Johansen",
2121
"repository": {

0 commit comments

Comments
 (0)