diff --git a/CHANGES.md b/CHANGES.md index 8ccc19f03..fb8d81756 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,22 +1,12 @@ # Changes -## 16.1.2 +## 16.1.3 -- [`9ea3d5b2`](https://github.com/sinonjs/sinon/commit/9ea3d5b27389064856469f0e4dd2b6ea6f175708) - Fix hooks-install (Carl-Erik Kopseng) +- [`93e8aa93`](https://github.com/sinonjs/sinon/commit/93e8aa93c56c2d9d1ff783263adbd93de2603803) + Remove postinstall script as it causes issues for consumers (Carl-Erik Kopseng) _Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-10-19._ -## 16.1.1 - -- [`ff0e993d`](https://github.com/sinonjs/sinon/commit/ff0e993df2adac356995bbc12d1d520a819360bd) - Showcase #replace.usingAccessor for DI in the typescript case study (#2556) (Carl-Erik Kopseng) -- [`c47a4bee`](https://github.com/sinonjs/sinon/commit/c47a4beeba98a5138d5b7a4a8a36ed7a8bf00861) - Bump @babel/traverse from 7.22.5 to 7.23.2 (#2555) (dependabot[bot]) - > Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - -_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-10-18._ - ## 16.1.0 - [`cac5184b`](https://github.com/sinonjs/sinon/commit/cac5184b2a5c395e7e8775192ebcab234b6c180f) diff --git a/docs/_config.yml b/docs/_config.yml index cac33e3e7..949f045a2 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -5,7 +5,7 @@ description: >- url: 'https://sinonjs.org' github_username: sinonjs sinon: - current_release: v16.1.2 + current_release: v16.1.3 current_major_version: 16 markdown: kramdown kramdown: diff --git a/docs/changelog.md b/docs/changelog.md index be4a9f6c9..f9af7b030 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,23 +6,13 @@ permalink: /releases/changelog # Changelog -## 16.1.2 +## 16.1.3 -- [`9ea3d5b2`](https://github.com/sinonjs/sinon/commit/9ea3d5b27389064856469f0e4dd2b6ea6f175708) - Fix hooks-install (Carl-Erik Kopseng) +- [`93e8aa93`](https://github.com/sinonjs/sinon/commit/93e8aa93c56c2d9d1ff783263adbd93de2603803) + Remove postinstall script as it causes issues for consumers (Carl-Erik Kopseng) _Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-10-19._ -## 16.1.1 - -- [`ff0e993d`](https://github.com/sinonjs/sinon/commit/ff0e993df2adac356995bbc12d1d520a819360bd) - Showcase #replace.usingAccessor for DI in the typescript case study (#2556) (Carl-Erik Kopseng) -- [`c47a4bee`](https://github.com/sinonjs/sinon/commit/c47a4beeba98a5138d5b7a4a8a36ed7a8bf00861) - Bump @babel/traverse from 7.22.5 to 7.23.2 (#2555) (dependabot[bot]) - > Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - -_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-10-18._ - ## 16.1.0 - [`cac5184b`](https://github.com/sinonjs/sinon/commit/cac5184b2a5c395e7e8775192ebcab234b6c180f) diff --git a/package-lock.json b/package-lock.json index a10968e06..af72e0aeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,12 @@ { "name": "sinon", - "version": "16.1.2", + "version": "16.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sinon", - "version": "16.1.2", - "hasInstallScript": true, + "version": "16.1.3", "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.0", diff --git a/package.json b/package.json index 1083bcfb0..dfc83f4bb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "xhr", "assert" ], - "version": "16.1.2", + "version": "16.1.3", "homepage": "https://sinonjs.org/", "author": "Christian Johansen", "repository": {