Skip to content

Commit 8db00bf

Browse files
committed
Merge branch 'master' of https://github.com/rollup/rollup into sync-e805b546
2 parents afc1d5d + e805b54 commit 8db00bf

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

Diff for: CHANGELOG.md

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

3+
## 4.27.4
4+
5+
_2024-11-23_
6+
7+
### Bug Fixes
8+
9+
- Update bundled magic-string to support sourcemap debug ids (#5740)
10+
11+
### Pull Requests
12+
13+
- [#5740](https://github.com/rollup/rollup/pull/5740): chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
14+
315
## 4.27.3
416

517
_2024-11-18_

Diff for: 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.27.3",
3+
"version": "4.27.4",
44
"description": "Next-generation ES module bundler browser build",
55
"main": "dist/rollup.browser.js",
66
"module": "dist/es/rollup.browser.js",

Diff for: package-lock.json

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

Diff for: package.json

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

0 commit comments

Comments
 (0)