rollup 2.72.0 → 2.72.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,17 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.72.1
4
+
5
+ _2022-05-07_
6
+
7
+ ### Bug Fixes
8
+
9
+ - Improve tree-shaking of classes with super classes in certain scenarios (#4489)
10
+
11
+ ### Pull Requests
12
+
13
+ - [#4489](https://github.com/rollup/rollup/pull/4489): Do not deoptimize entire super class when adding a property (@lukastaegert)
14
+
3
15
  ## 2.72.0
4
16
 
5
17
  _2022-05-05_
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.72.0
6
- Thu, 05 May 2022 04:32:50 GMT - commit 19aef1315cf45b04c74c37a290cbef8072ddfa6b
5
+ Rollup.js v2.72.1
6
+ Sat, 07 May 2022 19:04:43 GMT - commit 8c6e0f319b792ea52fe979888593b6523315ae93
7
7
 
8
8
  https://github.com/rollup/rollup
9
9