1
0

chore: update changelog and version

This commit is contained in:
Justineo
2021-06-11 10:29:05 +08:00
parent a5cc1288ed
commit 999cbf9838
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## 0.3.2
* Fix the problem caused by array spread. (#47)
## 0.3.1
* Fix SSR support.

View File

@@ -1,6 +1,6 @@
{
"name": "vue-clamp",
"version": "0.3.1",
"version": "0.3.2",
"description": "Clamping multiline text with ease.",
"scripts": {
"serve": "vue-cli-service serve",