Skip to content

Commit

Permalink
chore(release): 1.20.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.20.2](v1.20.1...v1.20.2) (2025-01-17)

### Bug Fixes

* add folder icon ([#493](#493)) ([a05e55b](a05e55b))
  • Loading branch information
semantic-release-bot committed Jan 17, 2025
1 parent a05e55b commit d7e85dd
Show file tree
Hide file tree
Showing 4 changed files with 10 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.2](https://github.com/Kong/icons/compare/v1.20.1...v1.20.2) (2025-01-17)


### Bug Fixes

* add folder icon ([#493](https://github.com/Kong/icons/issues/493)) ([a05e55b](https://github.com/Kong/icons/commit/a05e55b90f3fdd427deefb6ff5c09c3c2b497a2e))

## [1.20.1](https://github.com/Kong/icons/compare/v1.20.0...v1.20.1) (2024-12-09)


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.20.1",
"version": "1.20.2",
"description": "Kong Icon Library",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"FlagZaIcon.vue",
"FlagZmIcon.vue",
"FlagZwIcon.vue",
"FolderIcon.vue",
"ForwardIcon.vue",
"GatewayIcon.vue",
"GithubIcon.vue",
Expand Down
1 change: 1 addition & 0 deletions src/component-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ export default [
'FlagZaIcon.vue',
'FlagZmIcon.vue',
'FlagZwIcon.vue',
'FolderIcon.vue',
'ForwardIcon.vue',
'GatewayIcon.vue',
'GithubIcon.vue',
Expand Down

0 comments on commit d7e85dd

Please sign in to comment.