Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2023-09-20)

### Features

* add world-private icon ([#69](#69)) ([0998c42](0998c42))
  • Loading branch information
semantic-release-bot committed Sep 20, 2023
1 parent 0998c42 commit 15308f2
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.6.0](https://github.com/Kong/icons/compare/v1.5.0...v1.6.0) (2023-09-20)


### Features

* add world-private icon ([#69](https://github.com/Kong/icons/issues/69)) ([0998c42](https://github.com/Kong/icons/commit/0998c42e9ddfc050ca28d2e0baf03744f8679ead))

# [1.5.0](https://github.com/Kong/icons/compare/v1.4.3...v1.5.0) (2023-09-13)


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.5.0",
"version": "1.6.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 @@ -236,5 +236,6 @@ exports[`generate > does not remove icons from the previous build 1`] = `
"WarningOutlineIcon.vue",
"WorkspacesIcon.vue",
"WorldIcon.vue",
"WorldPrivateIcon.vue",
]
`;
1 change: 1 addition & 0 deletions src/component-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,5 @@ export default [
'WarningOutlineIcon.vue',
'WorkspacesIcon.vue',
'WorldIcon.vue',
'WorldPrivateIcon.vue',
]

0 comments on commit 15308f2

Please sign in to comment.