Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Commit

Permalink
-> v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jan 5, 2017
1 parent ccbf120 commit c5d18d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# rollup-watch changelog

## 3.2.0

* `options.targets`, not `options.target` ([#36](https://github.com/rollup/rollup-watch/issues/36))
* Use chokidar if available ([#39](https://github.com/rollup/rollup-watch/pull/39))

## 3.1.0

* Add `watcher.close()` method
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": "rollup-watch",
"version": "3.1.0",
"version": "3.2.0",
"description": "Watch files for changes and perform incremental rebuilds with Rollup",
"main": "dist/rollup-watch.cjs.js",
"jsnext:main": "dist/rollup-watch.es.js",
Expand Down

0 comments on commit c5d18d0

Please sign in to comment.