Skip to content

Commit

Permalink
Release 14.0.0
Browse files Browse the repository at this point in the history
[skip ci]

## [14.0.0](v13.1.0...v14.0.0) (2024-06-29)

### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

new features:

 - support es2022 by default
 - enable enforce-node-prefix by default

other breaking changes:

 - remove react rules
 - remove babel
 - drop TypeScript < 5 support

### Features

* enable enforce-node-prefix by default ([#73](#73)) ([a6802b0](a6802b0))
  • Loading branch information
semantic-release-bot committed Jun 29, 2024
1 parent a6802b0 commit 2f69d0c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [14.0.0](https://github.com/eggjs/eslint-config-egg/compare/v13.1.0...v14.0.0) (2024-06-29)


### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

new features:

- support es2022 by default
- enable enforce-node-prefix by default

other breaking changes:

- remove react rules
- remove babel
- drop TypeScript < 5 support

### Features

* enable enforce-node-prefix by default ([#73](https://github.com/eggjs/eslint-config-egg/issues/73)) ([a6802b0](https://github.com/eggjs/eslint-config-egg/commit/a6802b037db4d7cb4dc8bf21e6ced2953a2ad8d7))

## [13.1.0](https://github.com/eggjs/eslint-config-egg/compare/v13.0.0...v13.1.0) (2023-12-18)


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": "eslint-config-egg",
"version": "13.1.0",
"version": "14.0.0",
"engines": {
"node": ">= 18.19.0"
},
Expand Down

0 comments on commit 2f69d0c

Please sign in to comment.