Skip to content

Commit 347a347

Browse files
committed
4.9.2
1 parent ba1c2db commit 347a347

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# rollup changelog
22

3+
## 4.9.2
4+
5+
_2023-12-30_
6+
7+
### Bug Fixes
8+
9+
- Extend support for arbitrary namespace identifiers in SystemJS (#5321)
10+
- Do not wrongly flag functions without side effects as side effects if moduleSideEffects is false (#5322)
11+
12+
### Pull Requests
13+
14+
- [#5305](https://github.com/rollup/rollup/pull/5305): Add JSDoc types to internal scripts (@lukastaegert)
15+
- [#5309](https://github.com/rollup/rollup/pull/5309): chore(deps): update actions/download-artifact action to v4 (@renovate[bot])
16+
- [#5311](https://github.com/rollup/rollup/pull/5311): chode: add node badge (@btea)
17+
- [#5312](https://github.com/rollup/rollup/pull/5312): Remove rollup-plugin-thatworks from devDeps (@TrickyPi)
18+
- [#5318](https://github.com/rollup/rollup/pull/5318): chore(deps): update dependency eslint-plugin-unicorn to v50 (@renovate[bot])
19+
- [#5319](https://github.com/rollup/rollup/pull/5319): chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
20+
- [#5321](https://github.com/rollup/rollup/pull/5321): Handle arbitrary namespace identifiers in some SystemJS scenarios (@lukastaegert)
21+
- [#5322](https://github.com/rollup/rollup/pull/5322): Do not handle declarations in modules without side effects as TDZ (@lukastaegert)
22+
323
## 4.9.1
424

525
_2023-12-17_

browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/browser",
3-
"version": "4.9.1",
3+
"version": "4.9.2",
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup",
3-
"version": "4.9.1",
3+
"version": "4.9.2",
44
"description": "Next-generation ES module bundler",
55
"main": "dist/rollup.js",
66
"module": "dist/es/rollup.js",

0 commit comments

Comments
 (0)