Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soda-x committed May 16, 2016
1 parent 2c25dd2 commit c60f1b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 0.4.0

- Enhancement: support compiler and injectHost options

## 0.3.1

- support: koa-middleware-static index, Close #2
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ default:

```javascript
{
compiler: false,
injectHost: localIP,
enableJs:true,
enableCss:true,
enableImg:true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dora-plugin-livereload",
"version": "0.3.1",
"version": "0.4.0",
"description": "dora plugin for livereload",
"repository": {
"type": "git",
Expand Down

0 comments on commit c60f1b5

Please sign in to comment.