Skip to content

Commit

Permalink
chore: release 4.0.4 (#106)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [4.0.4](v4.0.3...v4.0.4)
(2024-05-02)

### Bug Fixes

*
[`0a04d04`](0a04d04)
[#105](#105) set no-console
rule in all lib/ files (@lukekarrys)

---
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>
  • Loading branch information
github-actions[bot] authored May 2, 2024
1 parent 0a04d04 commit f55dd58
Show file tree
Hide file tree
Showing 3 changed files with 8 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.3"
".": "4.0.4"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [4.0.4](https://github.com/npm/eslint-config/compare/v4.0.3...v4.0.4) (2024-05-02)

### Bug Fixes

* [`0a04d04`](https://github.com/npm/eslint-config/commit/0a04d043f34cd741e325dc567a20ebc32313fc65) [#105](https://github.com/npm/eslint-config/pull/105) set no-console rule in all lib/ files (@lukekarrys)

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

### 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.3",
"version": "4.0.4",
"description": "eslint config used by the npm cli team",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit f55dd58

Please sign in to comment.