Skip to content

Commit

Permalink
15.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Apr 20, 2023
1 parent e9042c4 commit b252475
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changes

## 15.0.4

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

## 15.0.3

- [`b775f1b4`](https://github.com/sinonjs/sinon/commit/b775f1b4174c5a92fa7fa8f70fbf3f4b5466a39e)
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >-
url: 'https://sinonjs.org'
github_username: sinonjs
sinon:
current_release: v15.0.3
current_release: v15.0.4
current_major_version: 15
markdown: kramdown
kramdown:
Expand Down
15 changes: 15 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ permalink: /releases/changelog

# Changelog

## 15.0.4

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

## 15.0.3

- [`b775f1b4`](https://github.com/sinonjs/sinon/commit/b775f1b4174c5a92fa7fa8f70fbf3f4b5466a39e)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"xhr",
"assert"
],
"version": "15.0.3",
"version": "15.0.4",
"homepage": "https://sinonjs.org/",
"author": "Christian Johansen",
"repository": {
Expand Down

0 comments on commit b252475

Please sign in to comment.