Skip to content

Commit 7e13966

Browse files
committed
15.1.0
1 parent 79e719f commit 7e13966

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
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+
## 15.1.0
4+
5+
- [`79e719f2`](https://github.com/sinonjs/sinon/commit/79e719f21ecafd13130f0801231b5dd96ea0fb07)
6+
Ensure we use a fake-timers version with clock.jump (Carl-Erik Kopseng)
7+
- [`b2a4df5a`](https://github.com/sinonjs/sinon/commit/b2a4df5a841bfce85b9beb0741a8d9afe86ab492)
8+
Add docs for clock.jump method (#2512) (Jason O'Neill)
9+
- [`f096abff`](https://github.com/sinonjs/sinon/commit/f096abffa6add8ea29a99822c3b4d2710014d453)
10+
fix (#2514): only force new or inherited descriptors to be configurable (#2515) (Carl-Erik Kopseng)
11+
12+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-05-18._
13+
314
## 15.0.4
415

516
- [`e9042c4f`](https://github.com/sinonjs/sinon/commit/e9042c4f18f4aa3e36e13652196c746b759aa1a5)

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

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+
## 15.1.0
10+
11+
- [`79e719f2`](https://github.com/sinonjs/sinon/commit/79e719f21ecafd13130f0801231b5dd96ea0fb07)
12+
Ensure we use a fake-timers version with clock.jump (Carl-Erik Kopseng)
13+
- [`b2a4df5a`](https://github.com/sinonjs/sinon/commit/b2a4df5a841bfce85b9beb0741a8d9afe86ab492)
14+
Add docs for clock.jump method (#2512) (Jason O'Neill)
15+
- [`f096abff`](https://github.com/sinonjs/sinon/commit/f096abffa6add8ea29a99822c3b4d2710014d453)
16+
fix (#2514): only force new or inherited descriptors to be configurable (#2515) (Carl-Erik Kopseng)
17+
18+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-05-18._
19+
920
## 15.0.4
1021

1122
- [`e9042c4f`](https://github.com/sinonjs/sinon/commit/e9042c4f18f4aa3e36e13652196c746b759aa1a5)

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

0 commit comments

Comments
 (0)