diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ade31160..da306462ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.14.8](https://github.com/Kong/kongponents/compare/v9.14.7...v9.14.8) (2024-11-01) + + +### Bug Fixes + +* **kselect,kmultiselect:** enter should not submit form while filtering ([#2497](https://github.com/Kong/kongponents/issues/2497)) ([adbf36b](https://github.com/Kong/kongponents/commit/adbf36b82f92b03a54ad643f305fcfe1a4af3ace)) + ## [9.14.7](https://github.com/Kong/kongponents/compare/v9.14.6...v9.14.7) (2024-11-01) diff --git a/package.json b/package.json index 697cf272fe..789153a062 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/kongponents", - "version": "9.14.7", + "version": "9.14.8", "description": "Kong Component library", "type": "module", "repository": {