From 91abe75bd54a536c1d50720b8dc2a0d1c1fca611 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:27:24 -0800 Subject: [PATCH] chore: release 5.1.0 (#131) :robot: I have created a release *beep* *boop* --- ## [5.1.0](https://github.com/npm/eslint-config/compare/v5.0.1...v5.1.0) (2025-01-14) ### Features * [`2280969`](https://github.com/npm/eslint-config/commit/228096947957416d52918223ea7af4e9c8f22380) [#130](https://github.com/npm/eslint-config/pull/130) max-len: broaden ignore list (#130) (@wraithgar) ### Chores * [`15cc5ea`](https://github.com/npm/eslint-config/commit/15cc5ea6b36f439bd70256a79fdac12d3f93604e) [#129](https://github.com/npm/eslint-config/pull/129) bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#129) (@dependabot[bot], @npm-cli-bot) --- 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 9d5573c..affd1ab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.1" + ".": "5.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 693d615..90e5837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.1.0](https://github.com/npm/eslint-config/compare/v5.0.1...v5.1.0) (2025-01-14) +### Features +* [`2280969`](https://github.com/npm/eslint-config/commit/228096947957416d52918223ea7af4e9c8f22380) [#130](https://github.com/npm/eslint-config/pull/130) max-len: broaden ignore list (#130) (@wraithgar) +### Chores +* [`15cc5ea`](https://github.com/npm/eslint-config/commit/15cc5ea6b36f439bd70256a79fdac12d3f93604e) [#129](https://github.com/npm/eslint-config/pull/129) bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#129) (@dependabot[bot], @npm-cli-bot) + ## [5.0.1](https://github.com/npm/eslint-config/compare/v5.0.0...v5.0.1) (2024-10-02) ### Dependencies * [`6f3160b`](https://github.com/npm/eslint-config/commit/6f3160bd4fcd54d68e51d3d423a690be9a7888f6) [#127](https://github.com/npm/eslint-config/pull/127) bump `which@5.0.0` diff --git a/package.json b/package.json index 9804d75..35b5629 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/eslint-config", - "version": "5.0.1", + "version": "5.1.0", "description": "eslint config used by the npm cli team", "main": "lib/index.js", "bin": {