From b68481c5c1157994365029cec69dab36f839a5c1 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Mon, 23 May 2022 15:37:47 +0200 Subject: [PATCH] chore: Release v4.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3dd799..d55ef95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.1](https://github.com/serverless/eslint-config/compare/v4.0.0...v4.0.1) (2022-05-23) + +### Bug Fixes + +- Do not recognize `fetch` global in Node.js v12 ([4d6663c](https://github.com/serverless/eslint-config/commit/4d6663ce4fd7afeb2161ec155c15cb5971a13cdd)) + ## [4.0.0](https://github.com/serverless/eslint-config/compare/v3.0.2...v4.0.0) (2021-11-03) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 935fea7..9d1f6a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serverless/eslint-config", - "version": "4.0.0", + "version": "4.0.1", "description": "ESLint & Prettier config for Serveless projects", "keywords": [ "lint",