Skip to content

Commit 2997077

Browse files
committed
16.1.3
1 parent 93e8aa9 commit 2997077

5 files changed

Lines changed: 10 additions & 31 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
# Changes
22

3-
## 16.1.2
3+
## 16.1.3
44

5-
- [`9ea3d5b2`](https://github.com/sinonjs/sinon/commit/9ea3d5b27389064856469f0e4dd2b6ea6f175708)
6-
Fix hooks-install (Carl-Erik Kopseng)
5+
- [`93e8aa93`](https://github.com/sinonjs/sinon/commit/93e8aa93c56c2d9d1ff783263adbd93de2603803)
6+
Remove postinstall script as it causes issues for consumers (Carl-Erik Kopseng)
77

88
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-10-19._
99

10-
## 16.1.1
11-
12-
- [`ff0e993d`](https://github.com/sinonjs/sinon/commit/ff0e993df2adac356995bbc12d1d520a819360bd)
13-
Showcase #replace.usingAccessor for DI in the typescript case study (#2556) (Carl-Erik Kopseng)
14-
- [`c47a4bee`](https://github.com/sinonjs/sinon/commit/c47a4beeba98a5138d5b7a4a8a36ed7a8bf00861)
15-
Bump @babel/traverse from 7.22.5 to 7.23.2 (#2555) (dependabot[bot])
16-
> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17-
18-
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-10-18._
19-
2010
## 16.1.0
2111

2212
- [`cac5184b`](https://github.com/sinonjs/sinon/commit/cac5184b2a5c395e7e8775192ebcab234b6c180f)

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.1.2
8+
current_release: v16.1.3
99
current_major_version: 16
1010
markdown: kramdown
1111
kramdown:

docs/changelog.md

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

77
# Changelog
88

9-
## 16.1.2
9+
## 16.1.3
1010

11-
- [`9ea3d5b2`](https://github.com/sinonjs/sinon/commit/9ea3d5b27389064856469f0e4dd2b6ea6f175708)
12-
Fix hooks-install (Carl-Erik Kopseng)
11+
- [`93e8aa93`](https://github.com/sinonjs/sinon/commit/93e8aa93c56c2d9d1ff783263adbd93de2603803)
12+
Remove postinstall script as it causes issues for consumers (Carl-Erik Kopseng)
1313

1414
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-10-19._
1515

16-
## 16.1.1
17-
18-
- [`ff0e993d`](https://github.com/sinonjs/sinon/commit/ff0e993df2adac356995bbc12d1d520a819360bd)
19-
Showcase #replace.usingAccessor for DI in the typescript case study (#2556) (Carl-Erik Kopseng)
20-
- [`c47a4bee`](https://github.com/sinonjs/sinon/commit/c47a4beeba98a5138d5b7a4a8a36ed7a8bf00861)
21-
Bump @babel/traverse from 7.22.5 to 7.23.2 (#2555) (dependabot[bot])
22-
> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23-
24-
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-10-18._
25-
2616
## 16.1.0
2717

2818
- [`cac5184b`](https://github.com/sinonjs/sinon/commit/cac5184b2a5c395e7e8775192ebcab234b6c180f)

package-lock.json

Lines changed: 2 additions & 3 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.1.2",
18+
"version": "16.1.3",
1919
"homepage": "https://sinonjs.org/",
2020
"author": "Christian Johansen",
2121
"repository": {

0 commit comments

Comments
 (0)