diff --git a/.changeset/cold-snails-draw.md b/.changeset/cold-snails-draw.md deleted file mode 100644 index 1d1f977..0000000 --- a/.changeset/cold-snails-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-storefront/rollup-config": patch ---- - -[FIXED] issue with Unexpected token when jsons are being build, now it will build properly. diff --git a/packages/rollup-config/CHANGELOG.md b/packages/rollup-config/CHANGELOG.md index d431897..7cab622 100644 --- a/packages/rollup-config/CHANGELOG.md +++ b/packages/rollup-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-storefront/rollup-config +## 0.0.7 + +### Patch Changes + +- c8b0d48: [FIXED] issue with Unexpected token when jsons are being build, now it will build properly. + ## 0.0.6 ### Patch Changes diff --git a/packages/rollup-config/package.json b/packages/rollup-config/package.json index 20a5332..69ee14c 100644 --- a/packages/rollup-config/package.json +++ b/packages/rollup-config/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/rollup-config", - "version": "0.0.6", + "version": "0.0.7", "main": "./lib/index.js", "files": [ "lib"