From aea8f4174ef9ca65f065344fa90bac699b036a88 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Wed, 3 Nov 2021 13:08:35 +0100 Subject: [PATCH] chore: Release v4.0.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1203af2..f3dd799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [4.0.0](https://github.com/serverless/eslint-config/compare/v3.0.2...v4.0.0) (2021-11-03) + +### ⚠ BREAKING CHANGES + +- Default Node.js configuration is set for Node.js v12. Projects which support Node.js v10 need to switch to `node/10` + +### Features + +- Upgrade default Node.js configuration to v12 ([adfbb1d](https://github.com/serverless/eslint-config/commit/adfbb1da9adea90d0d68ecb222913a52e4370b03)) + ### [3.0.2](https://github.com/serverless/eslint-config/compare/v3.0.1...v3.0.2) (2021-11-03) ### Bug Fixes diff --git a/package.json b/package.json index ae5ef32..f85f5c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serverless/eslint-config", - "version": "3.0.2", + "version": "4.0.0", "description": "ESLint & Prettier config for Serveless projects", "keywords": [ "lint",