Skip to content

Commit 35652f3

Browse files
committed
15.0.0
1 parent 0fdb05f commit 35652f3

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+
## 15.0.0
4+
5+
- [`b75fbfa9`](https://github.com/sinonjs/sinon/commit/b75fbfa9e57ba9b9c1b639b68646b1d054e0a7e3)
6+
Fix 2448: remove custom formatter (Morgan Roderick)
7+
> Remove option to pass a custom formatter.
8+
>
9+
> The sub libraries of Sinon has long moved on to use `util.inspect` from
10+
> Node. By using that in Sinon itself, we align all the libraries.
11+
12+
_Released by Morgan Roderick on 2022-11-28._
13+
314
## 14.0.2
415

516
- [`4d70f6e0`](https://github.com/sinonjs/sinon/commit/4d70f6e0965b82e387cd632fbe54ed58a8fcf601)

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: v14.0.2
9-
current_major_version: 14
8+
current_release: v15.0.0
9+
current_major_version: 15
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+
## 15.0.0
10+
11+
- [`b75fbfa9`](https://github.com/sinonjs/sinon/commit/b75fbfa9e57ba9b9c1b639b68646b1d054e0a7e3)
12+
Fix 2448: remove custom formatter (Morgan Roderick)
13+
> Remove option to pass a custom formatter.
14+
>
15+
> The sub libraries of Sinon has long moved on to use `util.inspect` from
16+
> Node. By using that in Sinon itself, we align all the libraries.
17+
18+
_Released by Morgan Roderick on 2022-11-28._
19+
920
## 14.0.2
1021

1122
- [`4d70f6e0`](https://github.com/sinonjs/sinon/commit/4d70f6e0965b82e387cd632fbe54ed58a8fcf601)

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

0 commit comments

Comments
 (0)