diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b637d1384..7b50d0ed59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.13.0](https://github.com/Kong/kongponents/compare/v9.12.1...v9.13.0) (2024-10-23) + + +### Features + +* **kbutton:** add appearance="none" to button ([#2469](https://github.com/Kong/kongponents/issues/2469)) ([30fb03a](https://github.com/Kong/kongponents/commit/30fb03a00be86059ceb0bfc07a3eae85efbc57fc)) + ## [9.12.1](https://github.com/Kong/kongponents/compare/v9.12.0...v9.12.1) (2024-10-17) diff --git a/package.json b/package.json index eddda46ef0..a7f96b5a9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/kongponents", - "version": "9.12.1", + "version": "9.13.0", "description": "Kong Component library", "type": "module", "repository": {