Skip to content

Commit 999cbf9

Browse files
committed
chore: update changelog and version
1 parent a5cc128 commit 999cbf9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.2
2+
3+
* Fix the problem caused by array spread. (#47)
4+
15
## 0.3.1
26

37
* Fix SSR support.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-clamp",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Clamping multiline text with ease.",
55
"scripts": {
66
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)