Skip to content

Commit 69ac718

Browse files
chore: release 4.0.0 (#48)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a0d4612 commit 69ac718

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.0"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/npm/eslint-config/compare/v3.1.0...v4.0.0) (2022-10-10)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* `@npmcli/eslint-config` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
9+
### Features
10+
11+
* [`aacbd69`](https://github.com/npm/eslint-config/commit/aacbd69cc05e6c9b5b9bdf14f8389af65dfceecb) [#47](https://github.com/npm/eslint-config/pull/47) postinstall for dependabot template-oss PR (@lukekarrys)
12+
313
## [3.1.0](https://github.com/npm/eslint-config/compare/v3.0.1...v3.1.0) (2022-07-21)
414

515

package.json

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

0 commit comments

Comments
 (0)