From 04601ef38bc80485d54f97917fa85582b6111e3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 16:17:29 +0000 Subject: [PATCH] chore: release 4.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f8775..cf533f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c9577..89f6251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.0.1](https://github.com/npm/eslint-config/compare/v4.0.0...v4.0.1) (2022-11-03) + +### Dependencies + +* [`d1336c9`](https://github.com/npm/eslint-config/commit/d1336c9e7ed63325a709992c20884c6f921ee32b) [#56](https://github.com/npm/eslint-config/pull/56) bump which from 2.0.2 to 3.0.0 + ## [4.0.0](https://github.com/npm/eslint-config/compare/v3.1.0...v4.0.0) (2022-10-10) ### ⚠️ BREAKING CHANGES diff --git a/package.json b/package.json index 9bd6047..706b2b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/eslint-config", - "version": "4.0.0", + "version": "4.0.1", "description": "eslint config used by the npm cli team", "main": "lib/index.js", "bin": {