Skip to content

Commit ad5c29d

Browse files
committed
chore(release): 0.1.1
1 parent 30e1811 commit ad5c29d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. See
4-
[standard-version](https://github.com/conventional-changelog/standard-version)
5-
for commit guidelines.
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### [0.1.1](https://github.com/howard-tzw/vue3-select/compare/v0.1.0...v0.1.1) (2023-08-04)
6+
7+
8+
### Bug Fixes
9+
10+
* option should not highlighted when the mouse is moved away ([30e1811](https://github.com/howard-tzw/vue3-select/commit/30e1811d89ecae94b99121576d2d51cbf43294ea))
611

712
## [0.1.0](https://github.com/howard-tzw/vue3-select/compare/v0.0.8...v0.1.0) (2023-07-17)
813

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-select",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A maintained fork of vue-select for Vue 3",
55
"author": "Howard Chen <[email protected]>",
66
"homepage": "",

0 commit comments

Comments
 (0)