Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Oct 31, 2020
1 parent fe3842a commit 4f7246a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# rollup changelog

## 2.33.0
*2020-10-31*

### Features
* Add parameter to "watchChange" hook to denote if a change was an addition, update or deletion (#3841)
* Add "closeWatcher" hook to allow plugins to clean up resources when the watcher is closed (#3841)
* Add "this.getWatchFiles" function to plugin context to get the current set of watched files (#3841)

### Pull Requests
* [#3841](https://github.com/rollup/rollup/pull/3841): Improved watcher hooks (@Amareis)
* [#3848](https://github.com/rollup/rollup/pull/3848): Add options hook to asyncpluginhooks (@intrnl)

## 2.32.1
*2020-10-21*

Expand Down

0 comments on commit 4f7246a

Please sign in to comment.