diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c9c1f..ae35322 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. +### [5.0.1](https://github.com/serverless/eslint-config/compare/v5.0.0...v5.0.1) (2022-08-16) + +### Bug Fixes + +- Fix globals setup ([6409f17](https://github.com/serverless/eslint-config/commit/6409f173a65b5d51fedbb254fbf175714872db89)) + ## [5.0.0](https://github.com/serverless/eslint-config/compare/v4.0.1...v5.0.0) (2022-08-16) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 9e074ef..529cde5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serverless/eslint-config", - "version": "5.0.0", + "version": "5.0.1", "description": "ESLint & Prettier config for Serveless projects", "keywords": [ "lint",