Skip to content

Commit 535d236

Browse files
chore: release 4.0.3 (#97)
🤖 I have created a release *beep* *boop* --- ## [4.0.3](v4.0.2...v4.0.3) (2024-04-21) ### Bug Fixes * [`acd463d`](acd463d) [#103](#103) set args to after-used for no-unused-vars rule (#103) (@lukekarrys) * [`436f26c`](436f26c) [#102](#102) don't enforce max-len on comments (#102) (@wraithgar) ### Chores * [`f2706f7`](f2706f7) [#104](#104) postinstall for dependabot template-oss PR (@lukekarrys) * [`511b2b7`](511b2b7) [#104](#104) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[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>
1 parent f2706f7 commit 535d236

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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-
".": "4.0.2"
2+
".": "4.0.3"
33
}

CHANGELOG.md

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

3+
## [4.0.3](https://github.com/npm/eslint-config/compare/v4.0.2...v4.0.3) (2024-04-21)
4+
5+
### Bug Fixes
6+
7+
* [`acd463d`](https://github.com/npm/eslint-config/commit/acd463dfb7637118d8d6fe4690d743d17d771d96) [#103](https://github.com/npm/eslint-config/pull/103) set args to after-used for no-unused-vars rule (#103) (@lukekarrys)
8+
* [`436f26c`](https://github.com/npm/eslint-config/commit/436f26cc248b10126abcb992fd9c5b69418d51ca) [#102](https://github.com/npm/eslint-config/pull/102) don't enforce max-len on comments (#102) (@wraithgar)
9+
10+
### Chores
11+
12+
* [`f2706f7`](https://github.com/npm/eslint-config/commit/f2706f72b75d4b59a2cb11c228832d6b4eed8252) [#104](https://github.com/npm/eslint-config/pull/104) postinstall for dependabot template-oss PR (@lukekarrys)
13+
* [`511b2b7`](https://github.com/npm/eslint-config/commit/511b2b7d123e383126b7e719f00f0d72b189c370) [#104](https://github.com/npm/eslint-config/pull/104) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])
14+
315
## [4.0.2](https://github.com/npm/eslint-config/compare/v4.0.1...v4.0.2) (2023-05-09)
416

517
### Bug Fixes

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": "4.0.2",
3+
"version": "4.0.3",
44
"description": "eslint config used by the npm cli team",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)