Skip to content

Commit 06c6736

Browse files
committed
update
1 parent 71cec7e commit 06c6736

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CHANGELOG
2+
3+
## v0.1.0
4+
2019-10-07
5+
6+
- Features: Support for `x-if` and `x-else-if` and `x-else`
7+
- Features: Support for `x-show`
8+
- Features: Support for `x-for`
9+
- Features: Support for `x-model`

README.ZH-CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,3 +383,11 @@ function Foo() {
383383
);
384384
}
385385
```
386+
387+
## 更新日志
388+
389+
查看更多信息: [CHANGELOG](./CHANGELOG.md)
390+
391+
## 许可证
392+
393+
[MIT](./LICENSE)

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,3 +384,12 @@ function Foo() {
384384
);
385385
}
386386
```
387+
388+
389+
## CHANGELOG
390+
391+
See more information at: [CHANGELOG](./CHANGELOG.md)
392+
393+
## LICENSE
394+
395+
[MIT](./LICENSE)

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"description": "A babel plugin that provides some directives for react(any JSX), similar to directive of vue.",
55
"main": "src/index.js",
66
"files": [
7-
"src",
8-
"package.json",
9-
"README.md"
7+
"src"
108
],
119
"scripts": {
1210
"test": "jest",

0 commit comments

Comments
 (0)