Skip to content

Commit 4a5d2da

Browse files
committed
4.47.0
1 parent 982c531 commit 4a5d2da

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# rollup changelog
22

3+
## 4.47.0
4+
5+
_2025-08-21_
6+
7+
### Features
8+
9+
- Aggressively reduce WASM build size (#6053)
10+
11+
### Bug Fixes
12+
13+
- Fix illegal instruction error on Android ARM platforms (#6072)
14+
- Allow to pass explicit `undefined` for optional fields in Rollup types (#6061)
15+
16+
### Pull Requests
17+
18+
- [#6053](https://github.com/rollup/rollup/pull/6053): build: aggressively optimize wasm build, improve pipeline (@cyyynthia)
19+
- [#6061](https://github.com/rollup/rollup/pull/6061): fix(types): add support for exactOptionalPropertyTypes (@remcohaszing, @lukastaegert)
20+
- [#6072](https://github.com/rollup/rollup/pull/6072): build(rust): mimalloc-safe/no_opt_arch on aarch64 (@cyyynthia)
21+
322
## 4.46.4
423

524
_2025-08-20_

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": "4.46.4",
3+
"version": "4.47.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": "4.46.4",
3+
"version": "4.47.0",
44
"description": "Next-generation ES module bundler",
55
"main": "dist/rollup.js",
66
"module": "dist/es/rollup.js",

0 commit comments

Comments
 (0)