diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d20d0..68fd698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/Kong/eslint-config-kong-ui/compare/v1.0.0...v1.0.1) (2024-06-05) + + +### Bug Fixes + +* trigger release ([bc15e45](https://github.com/Kong/eslint-config-kong-ui/commit/bc15e45a2232e1a547bef71a81592914570b06de)) + # 1.0.0 (2024-06-05) diff --git a/package.json b/package.json index 6483238..7745491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/eslint-config-kong-ui", - "version": "1.0.0", + "version": "1.0.1", "description": "Sharable ESLint configuration for Kong's frontend repositories", "main": "configs/index.mjs", "type": "module",