Skip to content

Commit

Permalink
chore(release): 5.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.1](v5.0.0...v5.0.1) (2024-04-18)

### Bug Fixes

* update maximum line length to 120 ([#500](#500)) ([dca7621](dca7621))

### Trivial Changes

* add semantic-release automatic releases ([9dfa537](9dfa537))
* remove rule already included by recommended rules ([9e1d369](9e1d369))
* upgrade to ESLint 9 for dev tooling ([a213da9](a213da9))
  • Loading branch information
semantic-release-bot committed Apr 18, 2024
1 parent 9dfa537 commit 357f9d1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## [5.0.1](https://github.com/nodejs/remark-preset-lint-node/compare/v5.0.0...v5.0.1) (2024-04-18)


### Bug Fixes

* update maximum line length to 120 ([#500](https://github.com/nodejs/remark-preset-lint-node/issues/500)) ([dca7621](https://github.com/nodejs/remark-preset-lint-node/commit/dca7621a4684c10273227187745919a7f90822bf))


### Trivial Changes

* add semantic-release automatic releases ([9dfa537](https://github.com/nodejs/remark-preset-lint-node/commit/9dfa5372f8fa43e71b1c1d8248551cd3913bd8f2))
* remove rule already included by recommended rules ([9e1d369](https://github.com/nodejs/remark-preset-lint-node/commit/9e1d369896dbf643bb2a7f3391d01b7b9881cee5))
* upgrade to ESLint 9 for dev tooling ([a213da9](https://github.com/nodejs/remark-preset-lint-node/commit/a213da9a460072336b3b523d1947bafb12580d47))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-preset-lint-node",
"version": "5.0.0",
"version": "5.0.1",
"description": "remark preset to configure remark-lint with settings for nodejs/node",
"main": "./index.js",
"type": "module",
Expand Down

0 comments on commit 357f9d1

Please sign in to comment.