We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec3c4f commit e05c310Copy full SHA for e05c310
CHANGELOG.md
@@ -1,10 +1,19 @@
1
# rollup changelog
2
3
+## 2.33.2
4
+*2020-11-14*
5
+
6
+### Bug Fixes
7
+* Fix an issue where statements were ignored after a conditional return in a labeled statement (#3871)
8
9
+### Pull Requests
10
+* [#3871](https://github.com/rollup/rollup/pull/3871): Correctly track label usage in try statements (@Amareis)
11
12
## 2.33.1
13
*2020-11-02*
14
15
### Bug Fixes
-* Add `syntheticNamedExports` to `this.getModuleInfo` to align with documentation (#3841)
16
+* Add `syntheticNamedExports` to `this.getModuleInfo` to align with documentation (#3847)
17
18
### Pull Requests
19
* [#3847](https://github.com/rollup/rollup/pull/3847): Expose syntheticNamedExports to ModuleInfo (@Amareis)
0 commit comments