From ce5ce680dd709f0fc0bc22d2c2f1232089b00ba6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 13 Mar 2021 14:16:18 +0000 Subject: [PATCH] chore(release): 2.2.1 [skip ci] ## [2.2.1](https://github.com/soufyakoub/rollup-plugin-external-assets/compare/v2.2.0...v2.2.1) (2021-03-13) ### Bug Fixes * correct export assignments in declaration files ([8fed136](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/8fed136fd9a9e64a50b946ea53066f5a5ad14d73)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82fc84e..2ef775d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.1](https://github.com/soufyakoub/rollup-plugin-external-assets/compare/v2.2.0...v2.2.1) (2021-03-13) + + +### Bug Fixes + +* correct export assignments in declaration files ([8fed136](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/8fed136fd9a9e64a50b946ea53066f5a5ad14d73)) + # [2.2.0](https://github.com/soufyakoub/rollup-plugin-external-assets/compare/v2.1.1...v2.2.0) (2021-03-08) diff --git a/package-lock.json b/package-lock.json index bb8cc01..404901d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-external-assets", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 59e05b4..c605d1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-external-assets", - "version": "2.2.0", + "version": "2.2.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",