Skip to content

Commit

Permalink
3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Feb 10, 2023
1 parent 5d81532 commit f125345
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# rollup changelog

## 3.15.0

_2023-02-10_

### Features

- Do not consider instantiating a constructor a side effect if it adds properties to "this" and is instantiated elsewhere (#4842)

### Bug Fixes

- Improve side effect detection in constructors (#4842)

### Pull Requests

- [#4842](https://github.com/rollup/rollup/pull/4842): fix: add this option to context.ignore (@TrickyPi)
- [#4843](https://github.com/rollup/rollup/pull/4843): fixed the logo link (@oMatheuss)
- [#4844](https://github.com/rollup/rollup/pull/4844): Update index.md (@cunzaizhuyi)
- [#4845](https://github.com/rollup/rollup/pull/4845): docs: fix style (@TrickyPi)

## 3.14.0

_2023-02-05_
Expand Down
2 changes: 1 addition & 1 deletion browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/browser",
"version": "3.14.0",
"version": "3.15.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "3.14.0",
"version": "3.15.0",
"description": "Next-generation ES module bundler",
"main": "dist/rollup.js",
"module": "dist/es/rollup.js",
Expand Down

0 comments on commit f125345

Please sign in to comment.