Skip to content

Commit 737736f

Browse files
committed
16.1.0
1 parent cac5184 commit 737736f

5 files changed

Lines changed: 46 additions & 7 deletions

File tree

CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changes
22

3+
## 16.1.0
4+
5+
- [`cac5184b`](https://github.com/sinonjs/sinon/commit/cac5184b2a5c395e7e8775192ebcab234b6c180f)
6+
Enable use of assignment in the presence of accessors (#2538) (Carl-Erik Kopseng)
7+
- [`f8c20e54`](https://github.com/sinonjs/sinon/commit/f8c20e5414464cf36a1dd48845ff57bf4e87d158)
8+
New article: making Sinon work with complex setups (#2540) (Carl-Erik Kopseng)
9+
> Co-authored-by: Morgan Roderick <[email protected]> >
10+
- [`cb5b9621`](https://github.com/sinonjs/sinon/commit/cb5b96214891dcff0890f07d01fe6b7d1627e8cb)
11+
Add NPM script 'dev-docs' and document its usage (Carl-Erik Kopseng)
12+
- [`dd7c6091`](https://github.com/sinonjs/sinon/commit/dd7c6091f415f1f0129cb9673f79ad3e44eecd21)
13+
Add a little update to contributing (Carl-Erik Kopseng)
14+
- [`79acdf38`](https://github.com/sinonjs/sinon/commit/79acdf380af52a34847a4861e637f5738c4b39eb)
15+
Move tool versions into single file at root (Carl-Erik Kopseng)
16+
- [`03b1db50`](https://github.com/sinonjs/sinon/commit/03b1db50a1114b0e7ee5a26b0c813eda3fc54e07)
17+
Expose Changelog page (#2550) (Carl-Erik Kopseng)
18+
- [`e1c3dad2`](https://github.com/sinonjs/sinon/commit/e1c3dad21d3d7c18f23f014bd952b5e4136687cb)
19+
Add section on tooling and recommend using ASDF for tool versioning (#2547) (Carl-Erik Kopseng)
20+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-10-05._
21+
322
## 16.0.0
423

524
- [`c3396058`](https://github.com/sinonjs/sinon/commit/c339605834f6fd7ba3afdd179fff3a8544e62bd7)

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
url: 'https://sinonjs.org'
66
github_username: sinonjs
77
sinon:
8-
current_release: v16.0.0
8+
current_release: v16.1.0
99
current_major_version: 16
1010
markdown: kramdown
1111
kramdown:

docs/changelog.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ permalink: /releases/changelog
66

77
# Changelog
88

9+
## 16.1.0
10+
11+
- [`cac5184b`](https://github.com/sinonjs/sinon/commit/cac5184b2a5c395e7e8775192ebcab234b6c180f)
12+
Enable use of assignment in the presence of accessors (#2538) (Carl-Erik Kopseng)
13+
- [`f8c20e54`](https://github.com/sinonjs/sinon/commit/f8c20e5414464cf36a1dd48845ff57bf4e87d158)
14+
New article: making Sinon work with complex setups (#2540) (Carl-Erik Kopseng)
15+
> Co-authored-by: Morgan Roderick <[email protected]> >
16+
- [`cb5b9621`](https://github.com/sinonjs/sinon/commit/cb5b96214891dcff0890f07d01fe6b7d1627e8cb)
17+
Add NPM script 'dev-docs' and document its usage (Carl-Erik Kopseng)
18+
- [`dd7c6091`](https://github.com/sinonjs/sinon/commit/dd7c6091f415f1f0129cb9673f79ad3e44eecd21)
19+
Add a little update to contributing (Carl-Erik Kopseng)
20+
- [`79acdf38`](https://github.com/sinonjs/sinon/commit/79acdf380af52a34847a4861e637f5738c4b39eb)
21+
Move tool versions into single file at root (Carl-Erik Kopseng)
22+
- [`03b1db50`](https://github.com/sinonjs/sinon/commit/03b1db50a1114b0e7ee5a26b0c813eda3fc54e07)
23+
Expose Changelog page (#2550) (Carl-Erik Kopseng)
24+
- [`e1c3dad2`](https://github.com/sinonjs/sinon/commit/e1c3dad21d3d7c18f23f014bd952b5e4136687cb)
25+
Add section on tooling and recommend using ASDF for tool versioning (#2547) (Carl-Erik Kopseng)
26+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-10-05._
27+
928
## 16.0.0
1029

1130
- [`c3396058`](https://github.com/sinonjs/sinon/commit/c339605834f6fd7ba3afdd179fff3a8544e62bd7)
@@ -37,9 +56,10 @@ _Released by Morgan Roderick on 2023-09-13._
3756
> - Support callable instances
3857
>
3958
> - Clean prettier lint
40-
41-
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-06-20._
42-
59+
>
60+
> ***
61+
>
62+
> Co-authored-by: - <->
4363
- [`d220c995`](https://github.com/sinonjs/sinon/commit/d220c99516ddb644d3702b4736bdfd311a2b05ec)
4464
fix: bundling compatibility with webpack@5 (#2519) (Avi Vahl)
4565
> - fix: bundling compatibility with webpack@5

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"xhr",
1616
"assert"
1717
],
18-
"version": "16.0.0",
18+
"version": "16.1.0",
1919
"homepage": "https://sinonjs.org/",
2020
"author": "Christian Johansen",
2121
"repository": {

0 commit comments

Comments
 (0)