Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Nov 14, 2020
1 parent 1ec3c4f commit e05c310
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# rollup changelog

## 2.33.2
*2020-11-14*

### Bug Fixes
* Fix an issue where statements were ignored after a conditional return in a labeled statement (#3871)

### Pull Requests
* [#3871](https://github.com/rollup/rollup/pull/3871): Correctly track label usage in try statements (@Amareis)

## 2.33.1
*2020-11-02*

### Bug Fixes
* Add `syntheticNamedExports` to `this.getModuleInfo` to align with documentation (#3841)
* Add `syntheticNamedExports` to `this.getModuleInfo` to align with documentation (#3847)

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

0 comments on commit e05c310

Please sign in to comment.