Skip to content

Commit 48553ca

Browse files
committed
3.12.0
1 parent 01ddea0 commit 48553ca

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## 3.12.0
4+
5+
_2023-01-28_
6+
7+
### Features
8+
9+
- Change generated external namespace reexport helper code for CommonJS to better work with NodeJS named export detection (#4826)
10+
11+
### Pull Requests
12+
13+
- [#4825](https://github.com/rollup/rollup/pull/4825): Add and use anchors for nested options (@lukastaegert)
14+
- [#4826](https://github.com/rollup/rollup/pull/4826): Use old namespace reexport code pattern for better Node support (@lukastaegert)
15+
316
## 3.11.0
417

518
_2023-01-26_
@@ -10,7 +23,7 @@ _2023-01-26_
1023

1124
### Bug Fixes
1225

13-
- Adapt documentation references in Rollup to new website (#4805)
26+
- Adapt documentation references in Rollup to new website (#4807)
1427

1528
### Pull Requests
1629

browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/browser",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"description": "Next-generation ES module bundler browser build",
55
"main": "dist/rollup.browser.js",
66
"module": "dist/es/rollup.browser.js",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"description": "Next-generation ES module bundler",
55
"main": "dist/rollup.js",
66
"module": "dist/es/rollup.js",

0 commit comments

Comments
 (0)