Skip to content

Commit a3a5654

Browse files
committed
chore(release): 0.1.0
1 parent d43d0ff commit a3a5654

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.1.0](https://github.com/howard-tzw/vue3-select/compare/v0.0.8...v0.1.0) (2023-07-17)
6+
7+
8+
### Features
9+
10+
* optgroups, resolve [#4](https://github.com/howard-tzw/vue3-select/issues/4) ([36e283d](https://github.com/howard-tzw/vue3-select/commit/36e283d804d6ac9159ebff6a12d19a0c8ce289e1))
11+
12+
13+
### Chores
14+
15+
* add github action for testing ([c5a1107](https://github.com/howard-tzw/vue3-select/commit/c5a1107a340a1fb721eb2626cd958ba2a5edb766))
16+
* migrate to pnpm workspaces ([bad802f](https://github.com/howard-tzw/vue3-select/commit/bad802f20a885634471abbfb3caf27f8bb4b3bf5))
17+
518
### [0.0.8](https://github.com/howard-tzw/vue3-select/compare/v0.0.7...v0.0.8) (2023-06-21)
619

720

package.json

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

0 commit comments

Comments
 (0)