Skip to content

Commit 8db04f5

Browse files
committed
3.11.0
1 parent 9ff0128 commit 8db04f5

4 files changed

Lines changed: 27 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## 3.11.0
4+
5+
_2023-01-26_
6+
7+
### Features
8+
9+
- Support opt-in tree-shaking for emitted assets based on code references (#4805)
10+
11+
### Bug Fixes
12+
13+
- Adapt documentation references in Rollup to new website (#4805)
14+
15+
### Pull Requests
16+
17+
- [#4805](https://github.com/rollup/rollup/pull/4805): feat: add needsCodeReference field to EmittedAsset (@TrickyPi)
18+
- [#4807](https://github.com/rollup/rollup/pull/4807): Rewrite website in Vitepress and merge it into the main repository (@lukastaegert)
19+
- [#4816](https://github.com/rollup/rollup/pull/4816): web-publisher: Update docs/faqs/index.md (@PuruVJ)
20+
- [#4819](https://github.com/rollup/rollup/pull/4819): Replace fs-extra with built-ins (@dnalborczyk)
21+
- [#4820](https://github.com/rollup/rollup/pull/4820): Introduce timeout-minutes in Github actions ci (@dnalborczyk)
22+
- [#4822](https://github.com/rollup/rollup/pull/4822): Tweak document landing page (@sapphi-red)
23+
- [#4823](https://github.com/rollup/rollup/pull/4823): Minor migration guide improvements (@sapphi-red)
24+
- [#4824](https://github.com/rollup/rollup/pull/4824): Add most options to the REPL (@lukastaegert)
25+
326
## 3.10.1
427

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

0 commit comments

Comments
 (0)