Skip to content

Commit

Permalink
16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Oct 5, 2023
1 parent cac5184 commit 737736f
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changes

## 16.1.0

- [`cac5184b`](https://github.com/sinonjs/sinon/commit/cac5184b2a5c395e7e8775192ebcab234b6c180f)
Enable use of assignment in the presence of accessors (#2538) (Carl-Erik Kopseng)
- [`f8c20e54`](https://github.com/sinonjs/sinon/commit/f8c20e5414464cf36a1dd48845ff57bf4e87d158)
New article: making Sinon work with complex setups (#2540) (Carl-Erik Kopseng)
> Co-authored-by: Morgan Roderick <morgan@roderick.dk> >
- [`cb5b9621`](https://github.com/sinonjs/sinon/commit/cb5b96214891dcff0890f07d01fe6b7d1627e8cb)
Add NPM script 'dev-docs' and document its usage (Carl-Erik Kopseng)
- [`dd7c6091`](https://github.com/sinonjs/sinon/commit/dd7c6091f415f1f0129cb9673f79ad3e44eecd21)
Add a little update to contributing (Carl-Erik Kopseng)
- [`79acdf38`](https://github.com/sinonjs/sinon/commit/79acdf380af52a34847a4861e637f5738c4b39eb)
Move tool versions into single file at root (Carl-Erik Kopseng)
- [`03b1db50`](https://github.com/sinonjs/sinon/commit/03b1db50a1114b0e7ee5a26b0c813eda3fc54e07)
Expose Changelog page (#2550) (Carl-Erik Kopseng)
- [`e1c3dad2`](https://github.com/sinonjs/sinon/commit/e1c3dad21d3d7c18f23f014bd952b5e4136687cb)
Add section on tooling and recommend using ASDF for tool versioning (#2547) (Carl-Erik Kopseng)
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-10-05._

## 16.0.0

- [`c3396058`](https://github.com/sinonjs/sinon/commit/c339605834f6fd7ba3afdd179fff3a8544e62bd7)
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: v16.0.0
current_release: v16.1.0
current_major_version: 16
markdown: kramdown
kramdown:
Expand Down
26 changes: 23 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ permalink: /releases/changelog

# Changelog

## 16.1.0

- [`cac5184b`](https://github.com/sinonjs/sinon/commit/cac5184b2a5c395e7e8775192ebcab234b6c180f)
Enable use of assignment in the presence of accessors (#2538) (Carl-Erik Kopseng)
- [`f8c20e54`](https://github.com/sinonjs/sinon/commit/f8c20e5414464cf36a1dd48845ff57bf4e87d158)
New article: making Sinon work with complex setups (#2540) (Carl-Erik Kopseng)
> Co-authored-by: Morgan Roderick <morgan@roderick.dk> >
- [`cb5b9621`](https://github.com/sinonjs/sinon/commit/cb5b96214891dcff0890f07d01fe6b7d1627e8cb)
Add NPM script 'dev-docs' and document its usage (Carl-Erik Kopseng)
- [`dd7c6091`](https://github.com/sinonjs/sinon/commit/dd7c6091f415f1f0129cb9673f79ad3e44eecd21)
Add a little update to contributing (Carl-Erik Kopseng)
- [`79acdf38`](https://github.com/sinonjs/sinon/commit/79acdf380af52a34847a4861e637f5738c4b39eb)
Move tool versions into single file at root (Carl-Erik Kopseng)
- [`03b1db50`](https://github.com/sinonjs/sinon/commit/03b1db50a1114b0e7ee5a26b0c813eda3fc54e07)
Expose Changelog page (#2550) (Carl-Erik Kopseng)
- [`e1c3dad2`](https://github.com/sinonjs/sinon/commit/e1c3dad21d3d7c18f23f014bd952b5e4136687cb)
Add section on tooling and recommend using ASDF for tool versioning (#2547) (Carl-Erik Kopseng)
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-10-05._

## 16.0.0

- [`c3396058`](https://github.com/sinonjs/sinon/commit/c339605834f6fd7ba3afdd179fff3a8544e62bd7)
Expand Down Expand Up @@ -37,9 +56,10 @@ _Released by Morgan Roderick on 2023-09-13._
> - Support callable instances
>
> - Clean prettier lint
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-06-20._

>
> ***
>
> Co-authored-by: - <->
- [`d220c995`](https://github.com/sinonjs/sinon/commit/d220c99516ddb644d3702b4736bdfd311a2b05ec)
fix: bundling compatibility with webpack@5 (#2519) (Avi Vahl)
> - fix: bundling compatibility with webpack@5
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": "16.0.0",
"version": "16.1.0",
"homepage": "https://sinonjs.org/",
"author": "Christian Johansen",
"repository": {
Expand Down

0 comments on commit 737736f

Please sign in to comment.