Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.0.4...v2.0.0) (2024-01-28)

### ⚠ BREAKING CHANGES

* drop `Node.js` `<20.11.0` support

### Performance Improvements

* drop `Node.js` `<20.11.0` support ([884dd20](884dd20))
  • Loading branch information
semantic-release-bot authored and vansergen committed Jan 28, 2024
1 parent d6f53e1 commit 78e270e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.0.0](https://github.com/binden-js/eslint-config/compare/v1.0.4...v2.0.0) (2024-01-28)

### ⚠ BREAKING CHANGES

- drop `Node.js` `<20.11.0` support

### Performance Improvements

- drop `Node.js` `<20.11.0` support ([884dd20](https://github.com/binden-js/eslint-config/commit/884dd20c5cbc4f36d82f09690b173dd56b9e826a))

## [1.0.4](https://github.com/binden-js/eslint-config/compare/v1.0.3...v1.0.4) (2024-01-28)

### Dependencies
Expand Down
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": "eslint-config-binden-js",
"version": "1.0.4",
"version": "2.0.0",
"description": "Shareable ESLint config",
"main": ".eslintrc.json",
"type": "commonjs",
Expand Down

0 comments on commit 78e270e

Please sign in to comment.