rollup 2.70.1 → 2.70.2

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,17 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.70.2
4
+
5
+ _2022-04-15_
6
+
7
+ ### Bug Fixes
8
+
9
+ - Do not enforce undefined return values in TypeScript types (#4463)
10
+
11
+ ### Pull Requests
12
+
13
+ - [#4463](https://github.com/rollup/rollup/pull/4463): use void for options hook instead of undefined (@ycmjason)
14
+
3
15
  ## 2.70.1
4
16
 
5
17
  _2022-03-14_
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.70.1
6
- Mon, 14 Mar 2022 05:50:08 GMT - commit b8315e03f9790d610a413316fbf6d565f9340cab
5
+ Rollup.js v2.70.2
6
+ Fri, 15 Apr 2022 05:14:21 GMT - commit 030c56fd6b186a0ddfd57d143ad703f34fd2c17a
7
7
 
8
8
  https://github.com/rollup/rollup
9
9