Skip to content

Commit 94535b8

Browse files
committed
3.10.1
1 parent c8c40c8 commit 94535b8

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## 3.10.1
4+
5+
_2023-01-20_
6+
7+
### Bug Fixes
8+
9+
- Fix some crashes when using optional chaining with namespaces and improve tree-shaking (#4812)
10+
- Avoid wrongly removed code when using optional chaining (#4812)
11+
12+
### Pull Requests
13+
14+
- [#4809](https://github.com/rollup/rollup/pull/4809): fix: rollup bin file is in dist folder (@saibotsivad)
15+
- [#4812](https://github.com/rollup/rollup/pull/4812): Rework tree-shaking support for optional chaining (@lukastaegert)
16+
317
## 3.10.0
418

519
_2023-01-12_

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

0 commit comments

Comments
 (0)