Skip to content

Commit 9b0dfca

Browse files
chore: release 5.0.0 (#124)
🤖 I have created a release *beep* *boop* --- ## [5.0.0](v4.0.5...v5.0.0) (2024-08-26) ### ⚠️ BREAKING CHANGES * `@npmcli/eslint-config` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`043dafe`](043dafe) [#123](#123) align to npm 10 node engine range (@hashtagchris) ### Dependencies * [`e8a836b`](e8a836b) [#123](#123) `[email protected]` ### Chores * [`963a8f7`](963a8f7) [#123](#123) run template-oss-apply (@hashtagchris) * [`f20c1be`](f20c1be) [#119](#119) bump @npmcli/template-oss from 4.22.0 to 4.23.1 (#119) (@dependabot[bot], @hashtagchris) --- 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>
1 parent e8a836b commit 9b0dfca

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.5"
2+
".": "5.0.0"
33
}

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/npm/eslint-config/compare/v4.0.5...v5.0.0) (2024-08-26)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* `@npmcli/eslint-config` now supports node `^18.17.0 || >=20.5.0`
8+
9+
### Bug Fixes
10+
11+
* [`043dafe`](https://github.com/npm/eslint-config/commit/043dafe1ae35ae629d1e7ad9032bda93c3bb019b) [#123](https://github.com/npm/eslint-config/pull/123) align to npm 10 node engine range (@hashtagchris)
12+
13+
### Dependencies
14+
15+
* [`e8a836b`](https://github.com/npm/eslint-config/commit/e8a836b156e8906724a05aa07d3ae8cd70e670ee) [#123](https://github.com/npm/eslint-config/pull/123) `[email protected]`
16+
17+
### Chores
18+
19+
* [`963a8f7`](https://github.com/npm/eslint-config/commit/963a8f75ac84979dc7041a6afb83a468454f73ec) [#123](https://github.com/npm/eslint-config/pull/123) run template-oss-apply (@hashtagchris)
20+
* [`f20c1be`](https://github.com/npm/eslint-config/commit/f20c1be2af3e7ecf9b4513520693cdc7512366e7) [#119](https://github.com/npm/eslint-config/pull/119) bump @npmcli/template-oss from 4.22.0 to 4.23.1 (#119) (@dependabot[bot], @hashtagchris)
21+
322
## [4.0.5](https://github.com/npm/eslint-config/compare/v4.0.4...v4.0.5) (2024-07-01)
423

524
### Bug Fixes

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/eslint-config",
3-
"version": "4.0.5",
3+
"version": "5.0.0",
44
"description": "eslint config used by the npm cli team",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)