Skip to content

Commit 07fe08e

Browse files
committed
chore: Release v3.0.0
1 parent bba55a8 commit 07fe08e

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+
## [3.0.0](https://github.com/serverless/eslint-config/compare/v2.2.0...v3.0.0) (2020-08-28)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- ES2019 syntax is now accepted as valid
10+
11+
### Features
12+
13+
- Upgrade to support ES2019 ([ec7e343](https://github.com/serverless/eslint-config/commit/ec7e34374b24a188c2252c4a05d254a45d38457e))
14+
515
## [2.2.0](https://github.com/serverless/eslint-config/compare/v2.1.1...v2.2.0) (2020-07-27)
616

717
### Features

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": "2.2.0",
3+
"version": "3.0.0",
44
"description": "ESLint & Prettier config for Serveless projects",
55
"keywords": [
66
"lint",

0 commit comments

Comments
 (0)