Skip to content

Commit

Permalink
15.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Mar 26, 2023
1 parent b775f1b commit 8a1d5c6
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
@@ -1,5 +1,17 @@
# Changes

## 15.0.3

- [`b775f1b4`](https://github.com/sinonjs/sinon/commit/b775f1b4174c5a92fa7fa8f70fbf3f4b5466a39e)
Avoid tampering with globals and other modules' exports in tests (#2504) (Carl-Erik Kopseng)
- [`477064b6`](https://github.com/sinonjs/sinon/commit/477064b628c65220ce9d0ac16cd33ab9b1da93da)
fix: make it possible to call through to underlying stub in stub instance (#2503) (Carl-Erik Kopseng)
> closes #2501
- [`6e19746e`](https://github.com/sinonjs/sinon/commit/6e19746e255dfa0fcf78af076e49d5db0eb11c07)
Remove dead Travis and Gitter references (Carl-Erik Kopseng)

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

## 15.0.2

- [`19bd99f3`](https://github.com/sinonjs/sinon/commit/19bd99f364ab44f0e2715571e5deab580d9aa7fd)
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.2
current_release: v15.0.3
current_major_version: 15
markdown: kramdown
kramdown:
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog.md
Expand Up @@ -6,6 +6,18 @@ permalink: /releases/changelog

# Changelog

## 15.0.3

- [`b775f1b4`](https://github.com/sinonjs/sinon/commit/b775f1b4174c5a92fa7fa8f70fbf3f4b5466a39e)
Avoid tampering with globals and other modules' exports in tests (#2504) (Carl-Erik Kopseng)
- [`477064b6`](https://github.com/sinonjs/sinon/commit/477064b628c65220ce9d0ac16cd33ab9b1da93da)
fix: make it possible to call through to underlying stub in stub instance (#2503) (Carl-Erik Kopseng)
> closes #2501
- [`6e19746e`](https://github.com/sinonjs/sinon/commit/6e19746e255dfa0fcf78af076e49d5db0eb11c07)
Remove dead Travis and Gitter references (Carl-Erik Kopseng)

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

## 15.0.2

- [`19bd99f3`](https://github.com/sinonjs/sinon/commit/19bd99f364ab44f0e2715571e5deab580d9aa7fd)
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.2",
"version": "15.0.3",
"homepage": "https://sinonjs.org/",
"author": "Christian Johansen",
"repository": {
Expand Down

0 comments on commit 8a1d5c6

Please sign in to comment.