From 1cbb382b0dd3ab70541671c105f96eff283904ec Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Sat, 28 Oct 2023 11:09:48 +0200 Subject: [PATCH] 4.1.5 --- CHANGELOG.md | 19 +++++++++++++++++++ browser/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0838bae6a..c64411b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # rollup changelog +## 4.1.5 + +_2023-10-28_ + +### Bug Fixes + +- Fix an issue where actual entries that were also implicit entries could remain implicit (#5220) + +### Pull Requests + +- [#5209](https://github.com/rollup/rollup/pull/5209): Document Vite workaround for browser build (@curran) +- [#5215](https://github.com/rollup/rollup/pull/5215): chore(deps): update dependency lint-staged to v15 (@renovate[bot]) +- [#5216](https://github.com/rollup/rollup/pull/5216): chore(deps): lock file maintenance minor/patch updates (@renovate[bot]) +- [#5218](https://github.com/rollup/rollup/pull/5218): Update license plugin (@lukastaegert) +- [#5219](https://github.com/rollup/rollup/pull/5219): Fix error highlight in REPL (@lukastaegert) +- [#5220](https://github.com/rollup/rollup/pull/5220): Fix race condition when emitting implicitly dependent entries (@lukastaegert) +- [#5224](https://github.com/rollup/rollup/pull/5224): chore(deps): update actions/setup-node action to v4 (@renovate[bot]) +- [#5225](https://github.com/rollup/rollup/pull/5225): chore(deps): lock file maintenance minor/patch updates (@renovate[bot]) + ## 4.1.4 _2023-10-16_ diff --git a/browser/package.json b/browser/package.json index cc8d9b097..74858bee4 100644 --- a/browser/package.json +++ b/browser/package.json @@ -1,6 +1,6 @@ { "name": "@rollup/browser", - "version": "4.1.4", + "version": "4.1.5", "description": "Next-generation ES module bundler browser build", "main": "dist/rollup.browser.js", "module": "dist/es/rollup.browser.js", diff --git a/package-lock.json b/package-lock.json index 4c02e2507..c4711318f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rollup", - "version": "4.1.4", + "version": "4.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rollup", - "version": "4.1.4", + "version": "4.1.5", "license": "MIT", "bin": { "rollup": "dist/bin/rollup" diff --git a/package.json b/package.json index a9eae1886..5ca4405cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "4.1.4", + "version": "4.1.5", "description": "Next-generation ES module bundler", "main": "dist/rollup.js", "module": "dist/es/rollup.js",