Skip to content

Commit

Permalink
chore: release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed May 9, 2023
1 parent 653976f commit 3186312
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.1"
".": "4.0.2"
}
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.2](https://github.com/npm/eslint-config/compare/v4.0.1...v4.0.2) (2023-05-09)

### Bug Fixes

* [`653976f`](https://github.com/npm/eslint-config/commit/653976fcac5fe68e8de292844f95482849b83b46) [#67](https://github.com/npm/eslint-config/pull/67) do not allow importing dev deps from lib/bin (#67) (@tjenkinson)

## [4.0.1](https://github.com/npm/eslint-config/compare/v4.0.0...v4.0.1) (2022-11-03)

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

0 comments on commit 3186312

Please sign in to comment.