Skip to content

Commit 60e44a1

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2021-03-04) ### Bug Fixes * removed jsdoc comment for deprecated options parameter ([9dfb4fc](9dfb4fc))
1 parent 9dfb4fc commit 60e44a1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.1](https://github.com/soufyakoub/rollup-plugin-external-assets/compare/v2.1.0...v2.1.1) (2021-03-04)
2+
3+
4+
### Bug Fixes
5+
6+
* removed jsdoc comment for deprecated options parameter ([9dfb4fc](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/9dfb4fcbe59a7d723d64d79ffabc2aa50d13c20e))
7+
18
# [2.1.0](https://github.com/soufyakoub/rollup-plugin-external-assets/compare/v2.0.0...v2.1.0) (2021-03-04)
29

310

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": "2.1.0",
3+
"version": "2.1.1",
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)