Skip to content

Commit 8b644e7

Browse files
committed
3.10.0
1 parent ffc19b0 commit 8b644e7

4 files changed

Lines changed: 26 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## 3.10.0
4+
5+
_2023-01-12_
6+
7+
### Features
8+
9+
- Add information about the resolving plugin to resolved ids (#4789)
10+
- Improve treeshaking for optional chaining when the root is nullish (#4797)
11+
12+
### Bug Fixes
13+
14+
- Remove unnecessary internal defaults for acorn options (#4786)
15+
16+
### Pull Requests
17+
18+
- [#4785](https://github.com/rollup/rollup/pull/4785): Use @jridgewell/sourcemap-codec (@bluwy)
19+
- [#4786](https://github.com/rollup/rollup/pull/4786): Remove default acorn options + other fixes (@dnalborczyk)
20+
- [#4789](https://github.com/rollup/rollup/pull/4789): feat: add `resolvedBy` field to `ResolvedId` (@TrickyPi)
21+
- [#4794](https://github.com/rollup/rollup/pull/4794): fix: import can be shortened (@cunzaizhuyi)
22+
- [#4796](https://github.com/rollup/rollup/pull/4796): Update dependencies (@lukastaegert)
23+
- [#4797](https://github.com/rollup/rollup/pull/4797): feat: treeshake for optional chaining (@antfu)
24+
325
## 3.9.1
426

527
_2023-01-02_

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

0 commit comments

Comments
 (0)