Skip to content

Commit

Permalink
chore(release): dynamic-import-vars v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Aug 13, 2020
1 parent e4d21ba commit e1106d1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion packages/dynamic-import-vars/CHANGELOG.md
@@ -1,7 +1,19 @@
# @rollup/plugin-dynamic-import-vars ChangeLog

## v1.1.0

_2020-08-13_

### Features

- feat: add support for dynamic expressions with concat (#495)

### Updates

- chore: update dependencies (26f9b6c)

## v1.0.0

_2020-07-06_

- First release
- First release
2 changes: 1 addition & 1 deletion packages/dynamic-import-vars/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-dynamic-import-vars",
"version": "1.0.0",
"version": "1.1.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit e1106d1

Please sign in to comment.