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

Commit

Permalink
-> v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Dec 30, 2016
1 parent 1583087 commit 694e852
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.1.0

* Add `watcher.close()` method
* Resolve symlinks before watching ([#32](https://github.com/rollup/rollup-watch/issues/32))

## 3.0.0

* Don't check for version updates ([#12](https://github.com/rollup/rollup-watch/issues/12), [#26](https://github.com/rollup/rollup-watch/issues/26), [#34](https://github.com/rollup/rollup-watch/issues/34))
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.0.0",
"version": "3.1.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 694e852

Please sign in to comment.