Skip to content

Commit

Permalink
chore(release): 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.15.0](v1.14.3...v1.15.0) (2024-07-16)

### Features

* add hashicorp icon ([#355](#355)) ([c8263a4](c8263a4))
  • Loading branch information
semantic-release-bot committed Jul 16, 2024
1 parent c8263a4 commit a5ddd19
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.15.0](https://github.com/Kong/icons/compare/v1.14.3...v1.15.0) (2024-07-16)


### Features

* add hashicorp icon ([#355](https://github.com/Kong/icons/issues/355)) ([c8263a4](https://github.com/Kong/icons/commit/c8263a488363538e2c99c9075595e36598c4302b))

## [1.14.3](https://github.com/Kong/icons/compare/v1.14.2...v1.14.3) (2024-07-12)


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.14.3",
"version": "1.15.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 @@ -714,6 +714,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"GoogleIcon.vue",
"GraduationIcon.vue",
"GridIcon.vue",
"HashicorpIcon.vue",
"HelpIcon.vue",
"HistoryIcon.vue",
"HtmlIcon.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 @@ -313,6 +313,7 @@ export default [
'GoogleIcon.vue',
'GraduationIcon.vue',
'GridIcon.vue',
'HashicorpIcon.vue',
'HelpIcon.vue',
'HistoryIcon.vue',
'HtmlIcon.vue',
Expand Down

0 comments on commit a5ddd19

Please sign in to comment.