Skip to content

Commit f125345

Browse files
committed
3.15.0
1 parent 5d81532 commit f125345

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+
## 3.15.0
4+
5+
_2023-02-10_
6+
7+
### Features
8+
9+
- Do not consider instantiating a constructor a side effect if it adds properties to "this" and is instantiated elsewhere (#4842)
10+
11+
### Bug Fixes
12+
13+
- Improve side effect detection in constructors (#4842)
14+
15+
### Pull Requests
16+
17+
- [#4842](https://github.com/rollup/rollup/pull/4842): fix: add this option to context.ignore (@TrickyPi)
18+
- [#4843](https://github.com/rollup/rollup/pull/4843): fixed the logo link (@oMatheuss)
19+
- [#4844](https://github.com/rollup/rollup/pull/4844): Update index.md (@cunzaizhuyi)
20+
- [#4845](https://github.com/rollup/rollup/pull/4845): docs: fix style (@TrickyPi)
21+
322
## 3.14.0
423

524
_2023-02-05_

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

0 commit comments

Comments
 (0)