diff --git a/CHANGELOG.md b/CHANGELOG.md index 643740d..48c4242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [17.0.3](https://github.com/voxpelli/eslint-config/compare/v17.0.2...v17.0.3) (2023-05-19) + + +### Bug Fixes + +* extend supported `eslint-plugin-es-x` version ([9e096b7](https://github.com/voxpelli/eslint-config/commit/9e096b7dcb54753de6d1c04bea4c9b116732082b)) + ## [17.0.2](https://github.com/voxpelli/eslint-config/compare/v17.0.1...v17.0.2) (2023-05-16) diff --git a/package-lock.json b/package-lock.json index de1196b..dc51960 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@voxpelli/eslint-config", - "version": "17.0.2", + "version": "17.0.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index d0fe4d7..1a3cb5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@voxpelli/eslint-config", - "version": "17.0.2", + "version": "17.0.3", "license": "MIT", "description": "My personal ESLint config. Based on semistandard", "author": "Pelle Wessman (https://kodfabrik.se/)",