Skip to content

Commit cc04a30

Browse files
committed
chore: update changelog and version
1 parent cd46590 commit cc04a30

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.1
2+
3+
* Fix clamped text for `location="start"`.
4+
* Text content is now always be trimmed.
5+
16
## 0.4.0
27

38
* Add `location` prop. (#66)

package.json

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

0 commit comments

Comments
 (0)