diff --git a/CHANGELOG.md b/CHANGELOG.md index 68fd698..17ff5ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/Kong/eslint-config-kong-ui/compare/v1.0.1...v1.0.2) (2024-06-06) + + +### Bug Fixes + +* engines ([c538ecb](https://github.com/Kong/eslint-config-kong-ui/commit/c538ecb33407ae3a18b541ea73f71f65e278d5e6)) + ## [1.0.1](https://github.com/Kong/eslint-config-kong-ui/compare/v1.0.0...v1.0.1) (2024-06-05) diff --git a/package.json b/package.json index b15a2ea..91d10cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/eslint-config-kong-ui", - "version": "1.0.1", + "version": "1.0.2", "description": "Sharable ESLint configuration for Kong's frontend repositories", "main": "configs/index.mjs", "type": "module",