diff --git a/CHANGELOG.md b/CHANGELOG.md index e5eb703..4605132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # @swup/astro +## 0.1.1 + +- Fully qualify imports + ## 0.1.0 - Initial release diff --git a/package-lock.json b/package-lock.json index 6e6205a..5a65dfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@swup/astro", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@swup/astro", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@swup/a11y-plugin": "^3.0.0", diff --git a/package.json b/package.json index d16328a..bebcca5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@swup/astro", "description": "Smooth page transitions, smart preloading and more in Astro", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "types": "./dist/index.d.ts", "main": "./dist/index.js",