You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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)
0 commit comments