Skip to content

Commit

Permalink
19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Sep 13, 2024
1 parent dda95c2 commit 62724bb
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changes

## 19.0.0

- [`3534ab4f`](https://github.com/sinonjs/sinon/commit/3534ab4fb02803173d9ca34f6020c3701d82abc9)
Bump samsam and nise to latest versions (#2617) (Carl-Erik Kopseng)
> Ensures consistency and less breakage when there are "circular" dependencies.
- [`912c568d`](https://github.com/sinonjs/sinon/commit/912c568d3038dc0bea0e8a7b25e4298087c7c99c)
upgrade fake timers and others (#2612) (Carl-Erik Kopseng)
> - Upgrade dependencies (includes breaking API in Fake Timers)
> - fake-timers: no longer creating dates using the original Date class, but a subclass (proxy)
- [`9715798e`](https://github.com/sinonjs/sinon/commit/9715798e30e59b110a1349cd0bd087b0fa5f9af2)
Use newer @mochify/\* packages (#2609) (Carl-Erik Kopseng)
> Co-authored-by: Maximilian Antoni <[email protected]>
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2024-09-13._

## 18.0.1

Basically a patch release to update a transitive dependency in Nise.
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: >-
url: 'https://sinonjs.org'
github_username: sinonjs
sinon:
current_release: v18.0.1
current_major_version: 18
current_release: v19.0.0
current_major_version: 19
markdown: kramdown
kramdown:
input: GFM
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

## 19.0.0

- [`3534ab4f`](https://github.com/sinonjs/sinon/commit/3534ab4fb02803173d9ca34f6020c3701d82abc9)
Bump samsam and nise to latest versions (#2617) (Carl-Erik Kopseng)
> Ensures consistency and less breakage when there are "circular" dependencies.
- [`912c568d`](https://github.com/sinonjs/sinon/commit/912c568d3038dc0bea0e8a7b25e4298087c7c99c)
upgrade fake timers and others (#2612) (Carl-Erik Kopseng)
> - Upgrade dependencies (includes breaking API in Fake Timers)
> - fake-timers: no longer creating dates using the original Date class, but a subclass (proxy)
- [`9715798e`](https://github.com/sinonjs/sinon/commit/9715798e30e59b110a1349cd0bd087b0fa5f9af2)
Use newer @mochify/\* packages (#2609) (Carl-Erik Kopseng)
> Co-authored-by: Maximilian Antoni <[email protected]>
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2024-09-13._

## 18.0.1

Basically a patch release to update a transitive dependency in Nise.
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": "18.0.1",
"version": "19.0.0",
"homepage": "https://sinonjs.org/",
"author": "Christian Johansen",
"repository": {
Expand Down

0 comments on commit 62724bb

Please sign in to comment.