diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b8930..d52eac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/norskeld/astrowind/compare/v1.0.0...v1.0.1) (2023-04-17) + + +### Bug Fixes + +* **package:** add `base.css` to the `files` field ([774ed2b](https://github.com/norskeld/astrowind/commit/774ed2b323842931b92f1f30768cd8ba80ad54e3)) + # 1.0.0 (2023-04-17) diff --git a/package-lock.json b/package-lock.json index 0131f4e..9dd7bfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nrsk/astrowind", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nrsk/astrowind", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "autoprefixer": "^10.4.14", diff --git a/package.json b/package.json index 230f082..9a173b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nrsk/astrowind", - "version": "1.0.0", + "version": "1.0.1", "description": "Tailwind integration for Astro with support for TS configs.", "sideEffects": false, "type": "module",