From 52c55bb1e17154ae6d01fb40e0e4a3589bc20a8f Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Sat, 11 Nov 2023 08:45:58 +0100 Subject: [PATCH] 4.3.1 --- CHANGELOG.md | 15 +++++++++++++++ browser/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ecfa78e10..caf39243930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # rollup changelog +## 4.3.1 + +_2023-11-11_ + +### Bug Fixes + +- Fix rename error when handling errors in watch mode (#5240) +- Prevent warning when using `--forceExit` (#5245) + +### Pull Requests + +- [#5240](https://github.com/rollup/rollup/pull/5240): fix: allow the name of Rollup Error to be modified (@TrickyPi) +- [#5243](https://github.com/rollup/rollup/pull/5243): chore(deps): lock file maintenance minor/patch updates (@renovate[bot]) +- [#5245](https://github.com/rollup/rollup/pull/5245): Ensure --forceExit works without warning (@lukastaegert) + ## 4.3.0 _2023-11-03_ diff --git a/browser/package.json b/browser/package.json index 2c1768682a4..729e97d97d2 100644 --- a/browser/package.json +++ b/browser/package.json @@ -1,6 +1,6 @@ { "name": "@rollup/browser", - "version": "4.3.0", + "version": "4.3.1", "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 33cd49a8cec..1e99154d063 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rollup", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rollup", - "version": "4.3.0", + "version": "4.3.1", "license": "MIT", "bin": { "rollup": "dist/bin/rollup" diff --git a/package.json b/package.json index 4166aff9334..1c60f95f001 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "4.3.0", + "version": "4.3.1", "description": "Next-generation ES module bundler", "main": "dist/rollup.js", "module": "dist/es/rollup.js",