Skip to content

Commit b7c7c11

Browse files
committed
4.45.0
1 parent 7be41cb commit b7c7c11

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

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.45.0
4+
5+
_2025-07-12_
6+
7+
### Features
8+
9+
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
10+
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
11+
12+
### Bug Fixes
13+
14+
- Ensure static blocks do not prevent tree-shaking if they access `this` (#6001)
15+
16+
### Pull Requests
17+
18+
- [#6000](https://github.com/rollup/rollup/pull/6000): feat: improve get literal value for conditional expression (@ahabhgk, @lukastaegert)
19+
- [#6001](https://github.com/rollup/rollup/pull/6001): Correct the parent scope for static blocks (@TrickyPi, @lukastaegert)
20+
- [#6005](https://github.com/rollup/rollup/pull/6005): fix: export field order prefer esm (@DylanPiercey)
21+
322
## 4.44.2
423

524
_2025-07-04_

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

0 commit comments

Comments
 (0)