Skip to content

Commit 28436bf

Browse files
committed
Merge branch 'hotfix/1.0.8'
2 parents 456fbf4 + 6695cfe commit 28436bf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.js linguist-language=Vue

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<a name="1.0.7"></a>
2-
## [1.0.7](https://github.com/xunleif2e/vue-lazy-component/compare/v1.0.6...v1.0.7) (2017-09-15)
1+
<a name="1.0.8"></a>
2+
## [1.0.8](https://github.com/xunleif2e/vue-lazy-component/compare/v1.0.7...v1.0.8) (2017-09-15)
33

44

55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xunlei/vue-lazy-component",
33
"description": "Vue.js 2.0 组件级懒加载方案",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"private": false,
66
"main": "dist/vue-lazy-component.js",
77
"files": [

0 commit comments

Comments
 (0)