Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding committed Aug 22, 2023
1 parent e619b5e commit 33e0d19
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.2.0](https://github.com/xiaoluoboding/vue-command-palette/compare/v0.1.4...v0.2.0) (2023-08-22)


### Bug Fixes

* fixed the type error ([70bf1f5](https://github.com/xiaoluoboding/vue-command-palette/commit/70bf1f53469aa9e0ecf0bf32383afb1ffab3988e))


### Features

* add types for command component ([e619b5e](https://github.com/xiaoluoboding/vue-command-palette/commit/e619b5ed560a924716381ce06a2e8d6fa2ca54c9))
* close on clicking outside ([ca71816](https://github.com/xiaoluoboding/vue-command-palette/commit/ca71816ea4b5f6750a7388b068782629c02ede7d))



## [0.1.4](https://github.com/xiaoluoboding/vue-command-palette/compare/v0.1.3...v0.1.4) (2022-12-14)


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": "vue-command-palette",
"version": "0.1.4",
"version": "0.2.0",
"type": "module",
"author": "xiaoluoboding <xiaoluoboding@gmail.com>",
"scripts": {
Expand Down

1 comment on commit 33e0d19

@vercel
Copy link

@vercel vercel bot commented on 33e0d19 Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-command-palette – ./

vue-command-palette-xlbd.vercel.app
vue-command-palette-git-main-xlbd.vercel.app
vue-command-palette.vercel.app

Please sign in to comment.