From f55dd58a0797b6da256088e24241c1fcc527e17f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 08:50:52 -0700 Subject: [PATCH] chore: release 4.0.4 (#106) :robot: I have created a release *beep* *boop* --- ## [4.0.4](https://github.com/npm/eslint-config/compare/v4.0.3...v4.0.4) (2024-05-02) ### Bug Fixes * [`0a04d04`](https://github.com/npm/eslint-config/commit/0a04d043f34cd741e325dc567a20ebc32313fc65) [#105](https://github.com/npm/eslint-config/pull/105) set no-console rule in all lib/ files (@lukekarrys) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 453aad7..b3c3305 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.3" + ".": "4.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2400e86..1333243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.0.4](https://github.com/npm/eslint-config/compare/v4.0.3...v4.0.4) (2024-05-02) + +### Bug Fixes + +* [`0a04d04`](https://github.com/npm/eslint-config/commit/0a04d043f34cd741e325dc567a20ebc32313fc65) [#105](https://github.com/npm/eslint-config/pull/105) set no-console rule in all lib/ files (@lukekarrys) + ## [4.0.3](https://github.com/npm/eslint-config/compare/v4.0.2...v4.0.3) (2024-04-21) ### Bug Fixes diff --git a/package.json b/package.json index 4f8ad6a..c65a405 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/eslint-config", - "version": "4.0.3", + "version": "4.0.4", "description": "eslint config used by the npm cli team", "main": "lib/index.js", "bin": {