Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Aug 16, 2017
1 parent 40c9b14 commit e10fa9a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .babelrc

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: node_js
node_js:
- '6'
- '7'
- '8'
install:
- npm i npminstall && npminstall
script:
Expand Down
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

1.0.0 / 2017-08-16
==================

* feat: first version (#4)
* docs: add unimplemented (#3)
* feat:finish react render logic (#1)
* feat: init project
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"keywords": [
"egg",
"eggPlugin",
"egg-plugin"
"egg-plugin",
"egg-view",
"react"
],
"dependencies": {
"react": "^15.6.1",
Expand Down

0 comments on commit e10fa9a

Please sign in to comment.