We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cc128 commit 999cbf9Copy full SHA for 999cbf9
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.3.2
2
+
3
+* Fix the problem caused by array spread. (#47)
4
5
## 0.3.1
6
7
* Fix SSR support.
package.json
@@ -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",
0 commit comments