Skip to content

Commit 2650155

Browse files
committed
chore: release 2.3.2
1 parent 509e53f commit 2650155

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v2.3.2
2+
3+
> `2021-02-06`
4+
5+
### 🐞 Bug Fixes
6+
- Removed `@apply` from default theme.
7+
8+
## v2.3.1
9+
10+
> `2021-12-16`
11+
12+
### 🐞 Bug Fixes
13+
- Removed `exports` from `package.json` [#178](https://github.com/vueform/multiselect/issues/178).
14+
115
## v2.3.0
216

317
> `2021-12-16`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueform/multiselect",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"private": false,
55
"description": "Vue 3 multiselect component with single select, multiselect and tagging options.",
66
"license": "MIT",

0 commit comments

Comments
 (0)