rollup 2.70.0 → 2.70.1

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,19 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.70.1
4
+
5
+ _2022-03-14_
6
+
7
+ ### Bug Fixes
8
+
9
+ - Handle unfinished hook action errors as regular errors and avoid console logging (#4434)
10
+ - Allow access to "dist" folder in a Node 17 compatible way (#4436)
11
+
12
+ ### Pull Requests
13
+
14
+ - [#4434](https://github.com/rollup/rollup/pull/4434): Track unfinished hook actions as regular errors (@lukastaegert)
15
+ - [#4436](https://github.com/rollup/rollup/pull/4436): Update package.json (@frank-dspeed)
16
+
3
17
  ## 2.70.0
4
18
 
5
19
  _2022-03-07_
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.70.0
6
- Mon, 07 Mar 2022 06:21:56 GMT - commit 6d8924c8acd7fd124da5fa8026537e1c629f1515
5
+ Rollup.js v2.70.1
6
+ Mon, 14 Mar 2022 05:50:08 GMT - commit b8315e03f9790d610a413316fbf6d565f9340cab
7
7
 
8
8
  https://github.com/rollup/rollup
9
9