Skip to content

Commit f45a67b

Browse files
committed
chore(release): 0.0.3
1 parent 11f34ce commit f45a67b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.0.3](https://github.com/howard-tzw/vue3-select/compare/v0.0.2...v0.0.3) (2023-05-09)
6+
7+
8+
### Bug Fixes
9+
10+
* fix mobile selection bug ([11f34ce](https://github.com/howard-tzw/vue3-select/commit/11f34ce7d5f43e654bbba0bd1791c586f98f21ba))
11+
512
### [0.0.2](https://github.com/howard-tzw/vue3-select/compare/v4.0.0-beta.6...v0.0.2) (2023-05-04)
613

714

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"test",
3030
"tests"
3131
],
32-
"version": "0.0.2"
32+
"version": "0.0.3"
3333
}

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.0.2",
3+
"version": "0.0.3",
44
"description": "A maintained fork of vue-select for Vue 3",
55
"author": "Jeff Sagal <[email protected]>, Howard Chen <[email protected]>",
66
"homepage": "https://vue-select.org",

0 commit comments

Comments
 (0)