Skip to content

Commit 062e318

Browse files
committed
16.0.0
1 parent c339605 commit 062e318

File tree

5 files changed

+37
-5
lines changed

5 files changed

+37
-5
lines changed

CHANGES.md

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

3+
## 16.0.0
4+
5+
- [`c3396058`](https://github.com/sinonjs/sinon/commit/c339605834f6fd7ba3afdd179fff3a8544e62bd7)
6+
fix(2525): ensure non empty message when error of type string is passed, but no message (#2544) (Mark de Dios)
7+
- [`baa1aee9`](https://github.com/sinonjs/sinon/commit/baa1aee9e5766ff1bfcbc62d81ddaf3138174c54)
8+
.define method (#2539) (Konstantin Gukov)
9+
> - .define method for temporarily defining new properties during the tests
10+
- [`fe799e78`](https://github.com/sinonjs/sinon/commit/fe799e78967cafcdfa29ef1d7cd00c420704b926)
11+
Fix issue 2534: spies are not restored (#2535) (Carl-Erik Kopseng)
12+
- [`305fb6cc`](https://github.com/sinonjs/sinon/commit/305fb6ccb823a4a6059d8440d93c8032bef2afeb)
13+
fix: actaully reset 'injectedKeys' (#2456) (Morgan Roderick)
14+
- [`de2635dd`](https://github.com/sinonjs/sinon/commit/de2635dd4293f21bd1e5a8b3e14d14d4f6e1f1da)
15+
Bump LTS version one notch: 20 (#2529) (Carl-Erik Kopseng)
16+
17+
_Released by Morgan Roderick on 2023-09-13._
18+
319
## 15.2.0
420

521
- [`66b0081e`](https://github.com/sinonjs/sinon/commit/66b0081e1f9673b14277882faa10aaa1e3b564ff)

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: v15.2.0
9-
current_major_version: 15
8+
current_release: v16.0.0
9+
current_major_version: 16
1010
markdown: kramdown
1111
kramdown:
1212
input: GFM

docs/changelog.md

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

77
# Changelog
88

9+
## 16.0.0
10+
11+
- [`c3396058`](https://github.com/sinonjs/sinon/commit/c339605834f6fd7ba3afdd179fff3a8544e62bd7)
12+
fix(2525): ensure non empty message when error of type string is passed, but no message (#2544) (Mark de Dios)
13+
- [`baa1aee9`](https://github.com/sinonjs/sinon/commit/baa1aee9e5766ff1bfcbc62d81ddaf3138174c54)
14+
.define method (#2539) (Konstantin Gukov)
15+
> - .define method for temporarily defining new properties during the tests
16+
- [`fe799e78`](https://github.com/sinonjs/sinon/commit/fe799e78967cafcdfa29ef1d7cd00c420704b926)
17+
Fix issue 2534: spies are not restored (#2535) (Carl-Erik Kopseng)
18+
- [`305fb6cc`](https://github.com/sinonjs/sinon/commit/305fb6ccb823a4a6059d8440d93c8032bef2afeb)
19+
fix: actaully reset 'injectedKeys' (#2456) (Morgan Roderick)
20+
- [`de2635dd`](https://github.com/sinonjs/sinon/commit/de2635dd4293f21bd1e5a8b3e14d14d4f6e1f1da)
21+
Bump LTS version one notch: 20 (#2529) (Carl-Erik Kopseng)
22+
23+
_Released by Morgan Roderick on 2023-09-13._
24+
925
## 15.2.0
1026

1127
- [`66b0081e`](https://github.com/sinonjs/sinon/commit/66b0081e1f9673b14277882faa10aaa1e3b564ff)

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

0 commit comments

Comments
 (0)