rollup 2.79.0 → 2.79.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.79.1
4
+
5
+ _2022-09-22_
6
+
7
+ ### Bug Fixes
8
+
9
+ - Avoid massive performance degradation when creating thousands of chunks (#4643)
10
+
11
+ ### Pull Requests
12
+
13
+ - [#4639](https://github.com/rollup/rollup/pull/4639): fix: typo docs and contributors link in CONTRIBUTING.md (@takurinton)
14
+ - [#4641](https://github.com/rollup/rollup/pull/4641): Update type definition of resolveId (@ivanjonas)
15
+ - [#4643](https://github.com/rollup/rollup/pull/4643): Improve performance of chunk naming collision check (@lukastaegert)
16
+
3
17
  ## 2.79.0
4
18
 
5
19
  _2022-08-31_
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.79.0
6
- Wed, 31 Aug 2022 04:52:13 GMT - commit 8477f8ff1fe80086556021542b22942ad27a0a69
5
+ Rollup.js v2.79.1
6
+ Thu, 22 Sep 2022 04:55:29 GMT - commit 69ff4181e701a0fe0026d0ba147f31bc86beffa8
7
7
 
8
8
  https://github.com/rollup/rollup
9
9