Skip to content

Commit

Permalink
chore(release): 1.20.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.20.0](v1.19.1...v1.20.0) (2024-11-18)

### Features

* **icons:** location-on and key icon ([#446](#446)) ([56aae62](56aae62))
  • Loading branch information
semantic-release-bot committed Nov 18, 2024
1 parent 56aae62 commit 34cb954
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.20.0](https://github.com/Kong/icons/compare/v1.19.1...v1.20.0) (2024-11-18)


### Features

* **icons:** location-on and key icon ([#446](https://github.com/Kong/icons/issues/446)) ([56aae62](https://github.com/Kong/icons/commit/56aae62504124e734ea7ac0e9c8b1e51e9e6a25f))

## [1.19.1](https://github.com/Kong/icons/compare/v1.19.0...v1.19.1) (2024-11-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kong/icons",
"version": "1.19.1",
"version": "1.20.0",
"description": "Kong Icon Library",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"InsightsIcon.vue",
"InsomniaIcon.vue",
"ItalicIcon.vue",
"KeyIcon.vue",
"KeyboardReturnIcon.vue",
"KongGradientIcon.vue",
"KongIcon.vue",
Expand All @@ -759,6 +760,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"ListIcon.vue",
"ListOrderedIcon.vue",
"ListUnorderedIcon.vue",
"LocationIcon.vue",
"LockIcon.vue",
"MarkIcon.vue",
"MarkdownIcon.vue",
Expand Down
2 changes: 2 additions & 0 deletions src/component-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ export default [
'InsightsIcon.vue',
'InsomniaIcon.vue',
'ItalicIcon.vue',
'KeyIcon.vue',
'KeyboardReturnIcon.vue',
'KongGradientIcon.vue',
'KongIcon.vue',
Expand All @@ -352,6 +353,7 @@ export default [
'ListIcon.vue',
'ListOrderedIcon.vue',
'ListUnorderedIcon.vue',
'LocationIcon.vue',
'LockIcon.vue',
'MarkIcon.vue',
'MarkdownIcon.vue',
Expand Down

0 comments on commit 34cb954

Please sign in to comment.