From 383fffe88a597943ea5f10092e70228765759f8a Mon Sep 17 00:00:00 2001 From: Maximilian Antoni Date: Wed, 27 Dec 2023 18:26:46 +0100 Subject: [PATCH] 11.0.0 --- CHANGES.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1861abb..f629f50 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,28 @@ # Changes +## 11.0.0 + +- [`14949b9`](https://github.com/sinonjs/referee/commit/14949b9e56fd49fadc65a30858c4847d3d8d4db6) + Use setup-node v4 and use lts/* as node-version (Maximilian Antoni) +- [`ecd5d7a`](https://github.com/sinonjs/referee/commit/ecd5d7ab090b0962a3da7fa311a60324fc0cad74) + Drop node 14, add node 20 (Maximilian Antoni) +- [`744fafb`](https://github.com/sinonjs/referee/commit/744fafbe2ef71060104b71d5813532f72ab5f95c) + npm audit (Maximilian Antoni) +- [`79cf800`](https://github.com/sinonjs/referee/commit/79cf800c878f502b02501c8a5701111b5b32907e) + Upgrade mkdirp (Maximilian Antoni) +- [`f19019f`](https://github.com/sinonjs/referee/commit/f19019fc1301fa5d121bd5e7cdeee0c3d15b126c) + Update esbuild (Maximilian Antoni) +- [`424f343`](https://github.com/sinonjs/referee/commit/424f34348dd6419c521d16ce05eaa66d95b5c6f7) + Upgrade prettier to v3 and reformat files (Maximilian Antoni) +- [`bcb67ce`](https://github.com/sinonjs/referee/commit/bcb67ced33bf50bf88ced4932c14cde41e9fa44e) + Upgrade lint-staged (Maximilian Antoni) +- [`719ebb0`](https://github.com/sinonjs/referee/commit/719ebb0b1f27368581e850d400b263d529a951dc) + Update @sinonjs/eslint-config (Maximilian Antoni) +- [`e4f0b29`](https://github.com/sinonjs/referee/commit/e4f0b29813fc1181f273124554739bf7a142f91f) + Upgrade sinon and @sinonjs/commons to latest (Maximilian Antoni) + +_Released by [Maximilian Antoni](https://github.com/mantoni) on 2023-12-27._ + ## 10.0.1 - [`4d3e91c`](https://github.com/sinonjs/referee/commit/4d3e91c761adaf6ea793158b7833d80e9072ab03) diff --git a/package-lock.json b/package-lock.json index 6bf7e35..4670c76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sinonjs/referee", - "version": "10.0.1", + "version": "11.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sinonjs/referee", - "version": "10.0.1", + "version": "11.0.0", "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.0", diff --git a/package.json b/package.json index 2453380..43615e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sinonjs/referee", - "version": "10.0.1", + "version": "11.0.0", "description": "Assertions for any JavaScript test framework and environment", "author": "Christian Johansen", "license": "BSD-3-Clause",