rollup 2.69.2 → 2.70.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.70.0
4
+
5
+ _2022-03-07_
6
+
7
+ ### Features
8
+
9
+ - Make the `watchChange` and `closeWatcher` hooks asynchronous and make Rollup wait for these hooks before continuing (#4427)
10
+
11
+ ### Bug Fixes
12
+
13
+ - Do not abort watch mode for errors in `watchChange` but display them properly (#4427)
14
+
15
+ ### Pull Requests
16
+
17
+ - [#4427](https://github.com/rollup/rollup/pull/4427): Do not abort watch mode on errors in watchChange (@lukastaegert)
18
+
3
19
  ## 2.69.2
4
20
 
5
21
  _2022-03-06_
package/dist/bin/rollup CHANGED
@@ -2,9 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.69.2
6
- Sun, 06 Mar 2022 06:43:03 GMT - commit 68817534499a6a1392c465d7fe92a1ef6804ad45
7
-
5
+ Rollup.js v2.70.0
6
+ Mon, 07 Mar 2022 06:21:56 GMT - commit 6d8924c8acd7fd124da5fa8026537e1c629f1515
8
7
 
9
8
  https://github.com/rollup/rollup
10
9