Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jul 28, 2021
1 parent 9a23190 commit 05b129e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# rollup changelog

## 2.55.0
*2021-07-28*

### Features
* Support default export live-bindings when generating ESM output (#4182)

### Bug Fixes
* Always write `["default"]` as computed property when used as named export (#4182)
* Do not mask default export TDZ errors (#4182)

### Pull Requests
* [#4182](https://github.com/rollup/rollup/pull/4182): Use mutable bindings for default exports (@lukastaegert)

## 2.54.0
*2021-07-25*

Expand Down

0 comments on commit 05b129e

Please sign in to comment.