# rollup-watch changelog

## 2.5.0

* Use `cache` ([#8](https://github.com/rollup/rollup-watch/issues/8))

## 2.4.0

* Only watch files that exist (disregard plugin helper modules) ([#3](https://github.com/rollup/rollup-watch/issues/3))

## 2.3.0

* Handle `rename` events ([#4](https://github.com/rollup/rollup-watch/issues/4))

## 2.2.0

* Emit errors and recover ([#2](https://github.com/rollup/rollup-watch/issues/2))

## 2.1.1

* Fix `pkg.files`

## 2.1.0

* Experiment with using native `fs.watch`

## 2.0.0

* CLI must pass `rollup` to `watch`
* Check version is current before starting
* Return an EventEmitter

## 1.0.0

* First experimental release
