rollup 1.29.0 → 1.29.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,16 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 1.29.1
4
+ *2020-01-21*
5
+
6
+ ### Bug Fixes
7
+ * Avoid crashes for circular reexports when named exports cannot be found (#3350)
8
+
9
+ ### Pull Requests
10
+ * [#3335](https://github.com/rollup/rollup/pull/3335): Fix typo (@robbinworks)
11
+ * [#3342](https://github.com/rollup/rollup/pull/3342): Remove ":" from test file names for Windows and update dependencies (@lukastaegert)
12
+ * [#3350](https://github.com/rollup/rollup/pull/3350): Properly handle circular reexports (@lukastaegert)
13
+
3
14
  ## 1.29.0
4
15
  *2020-01-08*
5
16
 
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v1.29.0
6
- Wed, 08 Jan 2020 10:17:06 GMT - commit 4ab73c1a1caee292c35955d54a815622ae608201
5
+ Rollup.js v1.29.1
6
+ Tue, 21 Jan 2020 06:50:03 GMT - commit 21a1775a019b45bebfc608c8f58f3691080106e5
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup