Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-03-03)

### Features

* added deprecation warning for options parameter ([57b6315](57b6315))
  • Loading branch information
semantic-release-bot committed Mar 3, 2021
1 parent 57b6315 commit 88fe003
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/soufyakoub/rollup-plugin-external-assets/compare/v1.0.0...v1.1.0) (2021-03-03)


### Features

* added deprecation warning for options parameter ([57b6315](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/57b6315c5d419b2ae59120086d30ecf21fb41e3a))

# 1.0.0 (2021-02-27)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-external-assets",
"version": "1.0.0",
"version": "1.1.0",
"description": "A rollup plugin to make assets external but include them in the output.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down

0 comments on commit 88fe003

Please sign in to comment.