Skip to content

Commit e05c310

Browse files
committed
Update changelog
1 parent 1ec3c4f commit e05c310

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# rollup changelog
22

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+
312
## 2.33.1
413
*2020-11-02*
514

615
### Bug Fixes
7-
* Add `syntheticNamedExports` to `this.getModuleInfo` to align with documentation (#3841)
16+
* Add `syntheticNamedExports` to `this.getModuleInfo` to align with documentation (#3847)
817

918
### Pull Requests
1019
* [#3847](https://github.com/rollup/rollup/pull/3847): Expose syntheticNamedExports to ModuleInfo (@Amareis)

0 commit comments

Comments
 (0)