Skip to content

Commit 119e74d

Browse files
committed
chore: Release v3.0.1
1 parent df6852b commit 119e74d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.1](https://github.com/serverless/eslint-config/compare/v3.0.0...v3.0.1) (2021-11-03)
6+
7+
### Bug Fixes
8+
9+
- Recognize `BigInt` global ([27b3184](https://github.com/serverless/eslint-config/commit/27b31849c1e5b9e936a92402641f487d30493246))
10+
511
## [3.0.0](https://github.com/serverless/eslint-config/compare/v2.2.0...v3.0.0) (2020-08-28)
612

713
### ⚠ BREAKING CHANGES

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

0 commit comments

Comments
 (0)