diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b52504..e6452413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.16.0](https://github.com/Kong/icons/compare/v1.15.2...v1.16.0) (2024-09-25) + + +### Features + +* **ids:** prefix all ids and references with a unique string [KHCP-13216] ([#391](https://github.com/Kong/icons/issues/391)) ([9ca7461](https://github.com/Kong/icons/commit/9ca74613308707ba9621d497d51da7aa217e09a0)) + ## [1.15.2](https://github.com/Kong/icons/compare/v1.15.1...v1.15.2) (2024-09-23) diff --git a/package.json b/package.json index 342389a3..847e9f04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/icons", - "version": "1.15.2", + "version": "1.16.0", "description": "Kong Icon Library", "license": "Apache-2.0", "type": "module",