diff --git a/CHANGELOG.md b/CHANGELOG.md index d12b3e8..643740d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [17.0.2](https://github.com/voxpelli/eslint-config/compare/v17.0.1...v17.0.2) (2023-05-16) + + +### Bug Fixes + +* export selfhosted standard ([6770537](https://github.com/voxpelli/eslint-config/commit/6770537846242ccfa71e36d6e20a954cb2d1d096)) + ## [17.0.1](https://github.com/voxpelli/eslint-config/compare/v17.0.0...v17.0.1) (2023-05-16) diff --git a/package-lock.json b/package-lock.json index ee1a886..7f005c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@voxpelli/eslint-config", - "version": "17.0.1", + "version": "17.0.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 7c824f9..697acd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@voxpelli/eslint-config", - "version": "17.0.1", + "version": "17.0.2", "license": "MIT", "description": "My personal ESLint config. Based on semistandard", "author": "Pelle Wessman (https://kodfabrik.se/)",