From 07fe08ef687011394d3312d88d72b1dc9293b286 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Fri, 28 Aug 2020 16:42:52 +0200 Subject: [PATCH] chore: Release v3.0.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b32e9f5..8c7da1e 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. +## [3.0.0](https://github.com/serverless/eslint-config/compare/v2.2.0...v3.0.0) (2020-08-28) + +### ⚠ BREAKING CHANGES + +- ES2019 syntax is now accepted as valid + +### Features + +- Upgrade to support ES2019 ([ec7e343](https://github.com/serverless/eslint-config/commit/ec7e34374b24a188c2252c4a05d254a45d38457e)) + ## [2.2.0](https://github.com/serverless/eslint-config/compare/v2.1.1...v2.2.0) (2020-07-27) ### Features diff --git a/package.json b/package.json index 9da913c..3d30e08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serverless/eslint-config", - "version": "2.2.0", + "version": "3.0.0", "description": "ESLint & Prettier config for Serveless projects", "keywords": [ "lint",