Skip to content

Commit bec14ff

Browse files
committed
chore: Release v5.0.0
1 parent 089c5cd commit bec14ff

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.0.0](https://github.com/serverless/eslint-config/compare/v4.0.1...v5.0.0) (2022-08-16)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- Default for Node.js was switched from v12+ to v14+. To lint for Node.js v12+, rely on `node/12` configuration
10+
11+
### Features
12+
13+
- Upgrade default Node.js config to v14 ([c8a8e95](https://github.com/serverless/eslint-config/commit/c8a8e952f8578aed16624319b1a5394fde7c1522))
14+
515
### [4.0.1](https://github.com/serverless/eslint-config/compare/v4.0.0...v4.0.1) (2022-05-23)
616

717
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serverless/eslint-config",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "ESLint & Prettier config for Serveless projects",
55
"keywords": [
66
"lint",

0 commit comments

Comments
 (0)