Skip to content

Commit 668e901

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.1...v4.0.0) (2023-08-08) * feat!: use only named export ([7d0e03c](7d0e03c)) * feat!: change function signature ([df7ad53](df7ad53)) ### Features * add argument validation using joi ([4ee6b01](4ee6b01)) ### BREAKING CHANGES * the plugin is now provided using a named export * more convenient and future proof function signature
1 parent 5624805 commit 668e901

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [4.0.0](https://github.com/recursive-beast/rollup-plugin-external-assets/compare/v3.0.1...v4.0.0) (2023-08-08)
2+
3+
4+
* feat!: use only named export ([7d0e03c](https://github.com/recursive-beast/rollup-plugin-external-assets/commit/7d0e03c05d4558f8afdc5c7b105e12200baaa8e5))
5+
* feat!: change function signature ([df7ad53](https://github.com/recursive-beast/rollup-plugin-external-assets/commit/df7ad534a8d83cc0a3928cf7cc6fc80a7758285f))
6+
7+
8+
### Features
9+
10+
* add argument validation using joi ([4ee6b01](https://github.com/recursive-beast/rollup-plugin-external-assets/commit/4ee6b011ee42b264e13f64c3bd56c411249952d1))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* the plugin is now provided using a named export
16+
* more convenient and future proof function signature
17+
118
## [3.0.1](https://github.com/recursive-beast/rollup-plugin-external-assets/compare/v3.0.0...v3.0.1) (2022-02-19)
219

320

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-external-assets",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "A rollup plugin to make assets external but include them in the output.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

0 commit comments

Comments
 (0)