diff --git a/CHANGELOG.md b/CHANGELOG.md index 989ba9fa82..de9fe9348b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.125.0](https://github.com/Kong/kongponents/compare/v8.124.1...v8.125.0) (2023-10-30) + + +### Features + +* **ktooltip:** render a plain slot if no label or content ([#1802](https://github.com/Kong/kongponents/issues/1802)) ([56b29e6](https://github.com/Kong/kongponents/commit/56b29e692e2e93ae5f4a9226d32b18953e116c07)) + ## [8.124.1](https://github.com/Kong/kongponents/compare/v8.124.0...v8.124.1) (2023-10-23) diff --git a/package.json b/package.json index 631e478733..a9ad116b4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/kongponents", - "version": "8.124.1", + "version": "8.125.0", "description": "Kong Component library", "type": "module", "repository": {