Skip to content

Commit

Permalink
chore: Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Aug 28, 2020
1 parent bba55a8 commit 07fe08e
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.

## [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
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": "2.2.0",
"version": "3.0.0",
"description": "ESLint & Prettier config for Serveless projects",
"keywords": [
"lint",
Expand Down

0 comments on commit 07fe08e

Please sign in to comment.