Skip to content

Commit 1ceee0b

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-02-27) ### Features * implement resolveId and renderChunk hooks ([0b6464d](0b6464d)) * plugin can be positioned anywhere in the plugins list ([a7f1a89](a7f1a89)) * plugin factory function can be used to produce multiple instances ([95089b5](95089b5))
1 parent 7493247 commit 1ceee0b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 1.0.0 (2021-02-27)
2+
3+
4+
### Features
5+
6+
* implement resolveId and renderChunk hooks ([0b6464d](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/0b6464da548fb1bb8b29390cc137afc48637053a))
7+
* plugin can be positioned anywhere in the plugins list ([a7f1a89](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/a7f1a89bcca2de430a0d38472e01016e69eb7a6a))
8+
* plugin factory function can be used to produce multiple instances ([95089b5](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/95089b583821e762ec12c0c53771d9a9a20feda9))

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "0.0.0",
3+
"version": "1.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)