1
0

Merge branch 'master' into master

This commit is contained in:
GU Yiling
2021-06-11 10:30:27 +08:00
committed by GitHub
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 ## 0.3.1
* Fix SSR support. * Fix SSR support.

View File

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