diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ff5ce..dfb2360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/Kong/eslint-config-kong-ui/compare/v1.0.2...v1.0.3) (2024-06-06) + + +### Bug Fixes + +* allow require in js ([ba9955d](https://github.com/Kong/eslint-config-kong-ui/commit/ba9955d43fbd55996d8f918e82ad016b45e7f411)) + ## [1.0.2](https://github.com/Kong/eslint-config-kong-ui/compare/v1.0.1...v1.0.2) (2024-06-06) diff --git a/package.json b/package.json index 91d10cb..b78eef5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/eslint-config-kong-ui", - "version": "1.0.2", + "version": "1.0.3", "description": "Sharable ESLint configuration for Kong's frontend repositories", "main": "configs/index.mjs", "type": "module",