From e6e05cde31fc144228bb825c9d4ebba2f377075c Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Sat, 20 Apr 2024 07:27:33 +0200 Subject: [PATCH] 4.15.0 --- CHANGELOG.md | 14 ++++++++++++++ browser/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0b318fec14..a08c8115b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # rollup changelog +## 4.15.0 + +_2024-04-20_ + +### Features + +- Add output.importAttributesKey option to select whether to use "with" or "assert" for import attributes (#5474) + +### Pull Requests + +- [#5474](https://github.com/rollup/rollup/pull/5474): Add ImportAttributesKey to choose keyword ("with" | "assert") (@doubleaa93, @lukastaegert) +- [#5475](https://github.com/rollup/rollup/pull/5475): chore(deps): lock file maintenance minor/patch updates (@renovate[bot]) +- [#5477](https://github.com/rollup/rollup/pull/5477): Try to run emulated smoke tests for Linux environments (@lukastaegert) + ## 4.14.3 _2024-04-15_ diff --git a/browser/package.json b/browser/package.json index be731a027c7..7808cf22d47 100644 --- a/browser/package.json +++ b/browser/package.json @@ -1,6 +1,6 @@ { "name": "@rollup/browser", - "version": "4.14.3", + "version": "4.15.0", "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 95e302af9ec..7b16a8e83da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rollup", - "version": "4.14.3", + "version": "4.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rollup", - "version": "4.14.3", + "version": "4.15.0", "license": "MIT", "dependencies": { "@types/estree": "1.0.5" diff --git a/package.json b/package.json index 8fbd81aecae..532cebf6122 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup", - "version": "4.14.3", + "version": "4.15.0", "description": "Next-generation ES module bundler", "main": "dist/rollup.js", "module": "dist/es/rollup.js",