Skip to content

Commit 7838b57

Browse files
committed
15.0.2
1 parent 19bd99f commit 7838b57

File tree

5 files changed

+40
-4
lines changed

5 files changed

+40
-4
lines changed

CHANGES.md

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

3+
## 15.0.2
4+
5+
- [`19bd99f3`](https://github.com/sinonjs/sinon/commit/19bd99f364ab44f0e2715571e5deab580d9aa7fd)
6+
Use no-op for every function when restoring instances (#2499) (Carl-Erik Kopseng)
7+
- [`8663ffa0`](https://github.com/sinonjs/sinon/commit/8663ffa056d3c58e82fa203801d58d3fce3c14a7)
8+
Upgrade deps (#2498) (Carl-Erik Kopseng)
9+
> Browserify, supports-color, husky had to be held back.
10+
- [`e01275bb`](https://github.com/sinonjs/sinon/commit/e01275bb10d868a064d0cb27a6ae11ffa3d91ac2)
11+
Un-pin @sinonjs/fake-timers (#2495) (Jordan Hawker)
12+
> The commit upgrading from v9 to v10 appears to have accidentally dropped the caret from the version range
13+
- [`6cbde9b0`](https://github.com/sinonjs/sinon/commit/6cbde9b08259efd98b2c52b81ca3b5e84dcf97b1)
14+
fix throws().callsFake() precedence (#2497) (Eduardo Diaz)
15+
> This makes sure an unconditional `callsFake()` invoked on the same stub that was previously setup to throw will overwrite the previous behavior. This aligns it with the other behaviors.
16+
- [`45be60f3`](https://github.com/sinonjs/sinon/commit/45be60f3c6afc350eacbceed77539f437a9bbbce)
17+
Replace probot/stale with official stale action (Morgan Roderick)
18+
19+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-03-12._
20+
321
## 15.0.1
422

523
- [`aa493da4`](https://github.com/sinonjs/sinon/commit/aa493da47d788025c0d512696651072973f301ec)

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

docs/changelog.md

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

77
# Changelog
88

9+
## 15.0.2
10+
11+
- [`19bd99f3`](https://github.com/sinonjs/sinon/commit/19bd99f364ab44f0e2715571e5deab580d9aa7fd)
12+
Use no-op for every function when restoring instances (#2499) (Carl-Erik Kopseng)
13+
- [`8663ffa0`](https://github.com/sinonjs/sinon/commit/8663ffa056d3c58e82fa203801d58d3fce3c14a7)
14+
Upgrade deps (#2498) (Carl-Erik Kopseng)
15+
> Browserify, supports-color, husky had to be held back.
16+
- [`e01275bb`](https://github.com/sinonjs/sinon/commit/e01275bb10d868a064d0cb27a6ae11ffa3d91ac2)
17+
Un-pin @sinonjs/fake-timers (#2495) (Jordan Hawker)
18+
> The commit upgrading from v9 to v10 appears to have accidentally dropped the caret from the version range
19+
- [`6cbde9b0`](https://github.com/sinonjs/sinon/commit/6cbde9b08259efd98b2c52b81ca3b5e84dcf97b1)
20+
fix throws().callsFake() precedence (#2497) (Eduardo Diaz)
21+
> This makes sure an unconditional `callsFake()` invoked on the same stub that was previously setup to throw will overwrite the previous behavior. This aligns it with the other behaviors.
22+
- [`45be60f3`](https://github.com/sinonjs/sinon/commit/45be60f3c6afc350eacbceed77539f437a9bbbce)
23+
Replace probot/stale with official stale action (Morgan Roderick)
24+
25+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-03-12._
26+
927
## 15.0.1
1028

1129
- [`aa493da4`](https://github.com/sinonjs/sinon/commit/aa493da47d788025c0d512696651072973f301ec)

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

0 commit comments

Comments
 (0)