Skip to content

Commit b252475

Browse files
committed
15.0.4
1 parent e9042c4 commit b252475

File tree

5 files changed

+34
-4
lines changed

5 files changed

+34
-4
lines changed

CHANGES.md

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

3+
## 15.0.4
4+
5+
- [`e9042c4f`](https://github.com/sinonjs/sinon/commit/e9042c4f18f4aa3e36e13652196c746b759aa1a5)
6+
Handling non-configurable object descriptors on the prototype (#2508) (Carl-Erik Kopseng)
7+
> This should essentially make decorated methods stubbable again (see #2491)
8+
- [`430c9a60`](https://github.com/sinonjs/sinon/commit/430c9a604f5509ca6d7e11e3edaaa8553a77ae93)
9+
Remove uses of `var` (#2506) (Carl-Erik Kopseng)
10+
> Replace var with const where possible in /lib and /test.
11+
>
12+
> Modified the let codemod to be a codemod.
13+
>
14+
> Took about half an hour with --watch running
15+
16+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-04-20._
17+
318
## 15.0.3
419

520
- [`b775f1b4`](https://github.com/sinonjs/sinon/commit/b775f1b4174c5a92fa7fa8f70fbf3f4b5466a39e)

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

docs/changelog.md

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

77
# Changelog
88

9+
## 15.0.4
10+
11+
- [`e9042c4f`](https://github.com/sinonjs/sinon/commit/e9042c4f18f4aa3e36e13652196c746b759aa1a5)
12+
Handling non-configurable object descriptors on the prototype (#2508) (Carl-Erik Kopseng)
13+
> This should essentially make decorated methods stubbable again (see #2491)
14+
- [`430c9a60`](https://github.com/sinonjs/sinon/commit/430c9a604f5509ca6d7e11e3edaaa8553a77ae93)
15+
Remove uses of `var` (#2506) (Carl-Erik Kopseng)
16+
> Replace var with const where possible in /lib and /test.
17+
>
18+
> Modified the let codemod to be a codemod.
19+
>
20+
> Took about half an hour with --watch running
21+
22+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-04-20._
23+
924
## 15.0.3
1025

1126
- [`b775f1b4`](https://github.com/sinonjs/sinon/commit/b775f1b4174c5a92fa7fa8f70fbf3f4b5466a39e)

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

0 commit comments

Comments
 (0)