diff --git a/CHANGELOG.md b/CHANGELOG.md index e6452413..3f49a8f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.17.0](https://github.com/Kong/icons/compare/v1.16.0...v1.17.0) (2024-09-25) + + +### Features + +* **svg:** add visibility-off icon ([#394](https://github.com/Kong/icons/issues/394)) ([6ebc16e](https://github.com/Kong/icons/commit/6ebc16eff8e27d58f167005afacab34e051aded2)) + # [1.16.0](https://github.com/Kong/icons/compare/v1.15.2...v1.16.0) (2024-09-25) diff --git a/package.json b/package.json index 847e9f04..68f57cbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/icons", - "version": "1.16.0", + "version": "1.17.0", "description": "Kong Icon Library", "license": "Apache-2.0", "type": "module", diff --git a/src/component-list.ts b/src/component-list.ts index 484b1354..34792d40 100644 --- a/src/component-list.ts +++ b/src/component-list.ts @@ -407,6 +407,7 @@ export default [ 'UnfoldMoreIcon.vue', 'UploadIcon.vue', 'VisibilityIcon.vue', + 'VisibilityOffIcon.vue', 'VitalsIcon.vue', 'WarningIcon.vue', 'WarningOutlineIcon.vue',