Skip to content

Commit

Permalink
4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Apr 27, 2024
1 parent b429033 commit db699f8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,26 @@
# rollup changelog

## 4.17.0

_2024-04-27_

### Features

- Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) (#5483)

### Bug Fixes

- Reduce browser WASM size to a fraction by changing optimization settings (#5494)

### Pull Requests

- [#5483](https://github.com/rollup/rollup/pull/5483): feature(fix): function parameter tracking (@liuly0322)
- [#5488](https://github.com/rollup/rollup/pull/5488): Report performance in CI (@TrickyPi)
- [#5489](https://github.com/rollup/rollup/pull/5489): Create FUNDING.json (@BenJam)
- [#5492](https://github.com/rollup/rollup/pull/5492): chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
- [#5493](https://github.com/rollup/rollup/pull/5493): chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
- [#5494](https://github.com/rollup/rollup/pull/5494): Use opt-level=z for browser wasm (@sapphi-red)

## 4.16.4

_2024-04-23_
Expand Down
2 changes: 1 addition & 1 deletion browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/browser",
"version": "4.16.4",
"version": "4.17.0",
"description": "Next-generation ES module bundler browser build",
"main": "dist/rollup.browser.js",
"module": "dist/es/rollup.browser.js",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "4.16.4",
"version": "4.17.0",
"description": "Next-generation ES module bundler",
"main": "dist/rollup.js",
"module": "dist/es/rollup.js",
Expand Down

0 comments on commit db699f8

Please sign in to comment.