diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee3897..fa1093c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v0.1.1 + +[compare changes](https://github.com/wattanx/nuxt-pandacss/compare/0.1.0...v0.1.1) + + +### 🩹 Fixes + + - Execution order is different between prepare and build. ([bdc08dd](https://github.com/wattanx/nuxt-pandacss/commit/bdc08dd)) + +### ❤️ Contributors + +- Wattanx + ## v0.1.0 [compare changes](https://github.com/wattanx/nuxt-pandacss/compare/v0.0.2...v0.1.0) diff --git a/package.json b/package.json index 67ed4c2..0208a0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wattanx/nuxt-pandacss", - "version": "0.1.0", + "version": "0.1.1", "description": "Panda CSS module for Nuxt.", "repository": "https://github.com/wattanx/nuxt-pandacss", "license": "MIT", @@ -23,7 +23,7 @@ "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", - "release": "npm run lint && npm run test && npm run prepack && changelogen --release --major --no-commit", + "release": "npm run lint && npm run test && npm run prepack && changelogen --release --major --no-commit --no-tag", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest watch", @@ -49,4 +49,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}