Skip to content

Commit

Permalink
chore: release 4.0.3 (#97)
Browse files Browse the repository at this point in the history
🤖 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:/googleapis/release-please). See
[documentation](https:/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 22, 2024
1 parent f2706f7 commit 535d236
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.2"
".": "4.0.3"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.0.3](https:/npm/eslint-config/compare/v4.0.2...v4.0.3) (2024-04-21)

### Bug Fixes

* [`acd463d`](https:/npm/eslint-config/commit/acd463dfb7637118d8d6fe4690d743d17d771d96) [#103](https:/npm/eslint-config/pull/103) set args to after-used for no-unused-vars rule (#103) (@lukekarrys)
* [`436f26c`](https:/npm/eslint-config/commit/436f26cc248b10126abcb992fd9c5b69418d51ca) [#102](https:/npm/eslint-config/pull/102) don't enforce max-len on comments (#102) (@wraithgar)

### Chores

* [`f2706f7`](https:/npm/eslint-config/commit/f2706f72b75d4b59a2cb11c228832d6b4eed8252) [#104](https:/npm/eslint-config/pull/104) postinstall for dependabot template-oss PR (@lukekarrys)
* [`511b2b7`](https:/npm/eslint-config/commit/511b2b7d123e383126b7e719f00f0d72b189c370) [#104](https:/npm/eslint-config/pull/104) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

## [4.0.2](https:/npm/eslint-config/compare/v4.0.1...v4.0.2) (2023-05-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/eslint-config",
"version": "4.0.2",
"version": "4.0.3",
"description": "eslint config used by the npm cli team",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 535d236

Please sign in to comment.