rollup 2.39.0 → 2.39.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,15 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.39.1
4
+ *2021-02-23*
5
+
6
+ ### Bug Fixes
7
+ * Make sure local variables named Symbol, Object or Promise do not conflict with code generated by Rollup (#3971)
8
+
9
+ ### Pull Requests
10
+ * [#3964](https://github.com/rollup/rollup/pull/3964): Remove extra word (@jamonholmgren)
11
+ * [#3971](https://github.com/rollup/rollup/pull/3971): Avoid conflicts with local variables named Symbol, Object, Promise (@lukastaegert)
12
+
3
13
  ## 2.39.0
4
14
  *2021-02-12*
5
15
 
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.39.0
6
- Fri, 12 Feb 2021 16:01:16 GMT - commit f3b1c815ec2abe3aeb89eb261858182b4d124160
5
+ Rollup.js v2.39.1
6
+ Tue, 23 Feb 2021 05:45:51 GMT - commit a8a56fc29978cef41dde28f8f14e3b29119768d5
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup