Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Oct 16, 2022
1 parent 46e1eaa commit 2147436
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# rollup changelog

## 3.2.1

_2022-10-16_

### Bug Fixes

- Rewrite class declarations to preserve their .name property if necessary (#4674)

### Pull Requests

- [#4674](https://github.com/rollup/rollup/pull/4674): Preserve rendered class names (@lukastaegert)

## 3.2.0

_2022-10-15_
Expand Down
2 changes: 1 addition & 1 deletion browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/browser",
"version": "3.2.0",
"version": "3.2.1",
"description": "Next-generation ES module bundler browser build",
"main": "dist/rollup.browser.js",
"module": "dist/es/rollup.browser.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "3.2.0",
"version": "3.2.1",
"description": "Next-generation ES module bundler",
"main": "dist/rollup.js",
"module": "dist/es/rollup.js",
Expand Down

0 comments on commit 2147436

Please sign in to comment.