Skip to content

Commit

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


## [5.0.0](v4.0.5...v5.0.0)
(2024-08-26)

### ⚠️ BREAKING CHANGES

* `@npmcli/eslint-config` now supports node `^18.17.0 || >=20.5.0`

### Bug Fixes

*
[`043dafe`](043dafe)
[#123](#123) align to npm 10
node engine range (@hashtagchris)

### Dependencies

*
[`e8a836b`](e8a836b)
[#123](#123) `which@4.0.0`

### Chores

*
[`963a8f7`](963a8f7)
[#123](#123) run
template-oss-apply (@hashtagchris)
*
[`f20c1be`](f20c1be)
[#119](#119) bump
@npmcli/template-oss from 4.22.0 to 4.23.1 (#119) (@dependabot[bot],
@hashtagchris)

---
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] committed Aug 26, 2024
1 parent e8a836b commit 9b0dfca
Show file tree
Hide file tree
Showing 3 changed files with 21 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.5"
".": "5.0.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [5.0.0](https://github.com/npm/eslint-config/compare/v4.0.5...v5.0.0) (2024-08-26)

### ⚠️ BREAKING CHANGES

* `@npmcli/eslint-config` now supports node `^18.17.0 || >=20.5.0`

### Bug Fixes

* [`043dafe`](https://github.com/npm/eslint-config/commit/043dafe1ae35ae629d1e7ad9032bda93c3bb019b) [#123](https://github.com/npm/eslint-config/pull/123) align to npm 10 node engine range (@hashtagchris)

### Dependencies

* [`e8a836b`](https://github.com/npm/eslint-config/commit/e8a836b156e8906724a05aa07d3ae8cd70e670ee) [#123](https://github.com/npm/eslint-config/pull/123) `which@4.0.0`

### Chores

* [`963a8f7`](https://github.com/npm/eslint-config/commit/963a8f75ac84979dc7041a6afb83a468454f73ec) [#123](https://github.com/npm/eslint-config/pull/123) run template-oss-apply (@hashtagchris)
* [`f20c1be`](https://github.com/npm/eslint-config/commit/f20c1be2af3e7ecf9b4513520693cdc7512366e7) [#119](https://github.com/npm/eslint-config/pull/119) bump @npmcli/template-oss from 4.22.0 to 4.23.1 (#119) (@dependabot[bot], @hashtagchris)

## [4.0.5](https://github.com/npm/eslint-config/compare/v4.0.4...v4.0.5) (2024-07-01)

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

0 comments on commit 9b0dfca

Please sign in to comment.