Skip to content

Commit

Permalink
15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed May 18, 2023
1 parent 79e719f commit 7e13966
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
@@ -1,5 +1,16 @@
# Changes

## 15.1.0

- [`79e719f2`](https://github.com/sinonjs/sinon/commit/79e719f21ecafd13130f0801231b5dd96ea0fb07)
Ensure we use a fake-timers version with clock.jump (Carl-Erik Kopseng)
- [`b2a4df5a`](https://github.com/sinonjs/sinon/commit/b2a4df5a841bfce85b9beb0741a8d9afe86ab492)
Add docs for clock.jump method (#2512) (Jason O'Neill)
- [`f096abff`](https://github.com/sinonjs/sinon/commit/f096abffa6add8ea29a99822c3b4d2710014d453)
fix (#2514): only force new or inherited descriptors to be configurable (#2515) (Carl-Erik Kopseng)

_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-05-18._

## 15.0.4

- [`e9042c4f`](https://github.com/sinonjs/sinon/commit/e9042c4f18f4aa3e36e13652196c746b759aa1a5)
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Expand Up @@ -5,7 +5,7 @@ description: >-
url: 'https://sinonjs.org'
github_username: sinonjs
sinon:
current_release: v15.0.4
current_release: v15.1.0
current_major_version: 15
markdown: kramdown
kramdown:
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.md
Expand Up @@ -6,6 +6,17 @@ permalink: /releases/changelog

# Changelog

## 15.1.0

- [`79e719f2`](https://github.com/sinonjs/sinon/commit/79e719f21ecafd13130f0801231b5dd96ea0fb07)
Ensure we use a fake-timers version with clock.jump (Carl-Erik Kopseng)
- [`b2a4df5a`](https://github.com/sinonjs/sinon/commit/b2a4df5a841bfce85b9beb0741a8d9afe86ab492)
Add docs for clock.jump method (#2512) (Jason O'Neill)
- [`f096abff`](https://github.com/sinonjs/sinon/commit/f096abffa6add8ea29a99822c3b4d2710014d453)
fix (#2514): only force new or inherited descriptors to be configurable (#2515) (Carl-Erik Kopseng)

_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-05-18._

## 15.0.4

- [`e9042c4f`](https://github.com/sinonjs/sinon/commit/e9042c4f18f4aa3e36e13652196c746b759aa1a5)
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
Expand Up @@ -15,7 +15,7 @@
"xhr",
"assert"
],
"version": "15.0.4",
"version": "15.1.0",
"homepage": "https://sinonjs.org/",
"author": "Christian Johansen",
"repository": {
Expand Down

0 comments on commit 7e13966

Please sign in to comment.