Skip to content

Commit a01586b

Browse files
committed
chore: bump version
1 parent b624d67 commit a01586b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

\

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "vue-truncate-filter",
3+
"version": "1.1.6",
4+
"description": "A filter for VueJs to truncate string",
5+
"main": "vue-truncate.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/imcvampire/vue-truncate-filter.git"
9+
},
10+
"keywords": [
11+
"VueJS",
12+
"truncate",
13+
"filter"
14+
],
15+
"author": "Nguyen Quoc Anh",
16+
"license": "MIT",
17+
"bugs": {
18+
"url": "https://github.com/imcvampire/vue-truncate-filter/issues"
19+
},
20+
"homepage": "https://github.com/imcvampire/vue-truncate-filter#readme"
21+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-truncate-filter",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "A filter for VueJs to truncate string",
55
"main": "vue-truncate.js",
66
"repository": {

0 commit comments

Comments
 (0)