From 069e3a984335986734549d86d463081330606342 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 13 Apr 2024 00:21:27 +0000 Subject: [PATCH] chore(release): 4.1.1 [skip ci] ## [4.1.1](https://github.com/recursive-beast/rollup-plugin-external-assets/compare/v4.1.0...v4.1.1) (2024-04-13) ### Bug Fixes * closes [#75](https://github.com/recursive-beast/rollup-plugin-external-assets/issues/75), using plugin results in empty source map files ([99416de](https://github.com/recursive-beast/rollup-plugin-external-assets/commit/99416de02c464da31e69c384d8e14285ded751f7)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d68ef46..88ae7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.1](https://github.com/recursive-beast/rollup-plugin-external-assets/compare/v4.1.0...v4.1.1) (2024-04-13) + + +### Bug Fixes + +* closes [#75](https://github.com/recursive-beast/rollup-plugin-external-assets/issues/75), using plugin results in empty source map files ([99416de](https://github.com/recursive-beast/rollup-plugin-external-assets/commit/99416de02c464da31e69c384d8e14285ded751f7)) + # [4.1.0](https://github.com/recursive-beast/rollup-plugin-external-assets/compare/v4.0.2...v4.1.0) (2024-02-05) diff --git a/package-lock.json b/package-lock.json index 068c7ae..11d74b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rollup-plugin-external-assets", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rollup-plugin-external-assets", - "version": "4.1.0", + "version": "4.1.1", "license": "MIT", "dependencies": { "@babel/generator": "^7.23.6", diff --git a/package.json b/package.json index ea25f0c..cc77dc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-external-assets", - "version": "4.1.0", + "version": "4.1.1", "description": "A rollup plugin to make assets external but include them in the output.", "main": "dist/cjs/index.js", "module": "dist/es/index.js",