diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7da1e..8c5fcf6 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. +### [3.0.1](https://github.com/serverless/eslint-config/compare/v3.0.0...v3.0.1) (2021-11-03) + +### Bug Fixes + +- Recognize `BigInt` global ([27b3184](https://github.com/serverless/eslint-config/commit/27b31849c1e5b9e936a92402641f487d30493246)) + ## [3.0.0](https://github.com/serverless/eslint-config/compare/v2.2.0...v3.0.0) (2020-08-28) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index a815805..d09192c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serverless/eslint-config", - "version": "3.0.0", + "version": "3.0.1", "description": "ESLint & Prettier config for Serveless projects", "keywords": [ "lint",