Skip to content

Commit

Permalink
chore: Release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Aug 16, 2022
1 parent 089c5cd commit bec14ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

## [5.0.0](https://github.com/serverless/eslint-config/compare/v4.0.1...v5.0.0) (2022-08-16)

### ⚠ BREAKING CHANGES

- Default for Node.js was switched from v12+ to v14+. To lint for Node.js v12+, rely on `node/12` configuration

### Features

- Upgrade default Node.js config to v14 ([c8a8e95](https://github.com/serverless/eslint-config/commit/c8a8e952f8578aed16624319b1a5394fde7c1522))

### [4.0.1](https://github.com/serverless/eslint-config/compare/v4.0.0...v4.0.1) (2022-05-23)

### 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": "@serverless/eslint-config",
"version": "4.0.1",
"version": "5.0.0",
"description": "ESLint & Prettier config for Serveless projects",
"keywords": [
"lint",
Expand Down

0 comments on commit bec14ff

Please sign in to comment.