diff --git a/CHANGELOG.md b/CHANGELOG.md index 56a3106..517b5d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # Changelog +## v0.4.1 + +[compare changes](https://github.com/wattanx/nuxt-pandacss/compare/v0.4.0...v0.5.0) + + +### 🩹 Fixes + + - Add packageManager ([77fb178](https://github.com/wattanx/nuxt-pandacss/commit/77fb178)) + - Add prepare ([0de1211](https://github.com/wattanx/nuxt-pandacss/commit/0de1211)) + +### ❤️ Contributors + +- Wattanx <@wattanx> + +## v0.4.0 + +### 🩹 Fixes + + - fix: settings are not reflected when settings configPath options. (#19) + +### ❤️ Contributors + +- Gangan <@shinGangan> + ## v0.3.0 [compare changes](https://github.com/wattanx/nuxt-pandacss/compare/0.2.0...v0.3.0) @@ -20,8 +44,8 @@ ### ❤️ Contributors -- Gangan -- Wattanx +- Gangan <@shinGangan> +- Wattanx <@wattanx> ## v0.2.0 diff --git a/package.json b/package.json index 119b28f..9a88c4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wattanx/nuxt-pandacss", - "version": "0.4.0", + "version": "0.4.1", "description": "Panda CSS module for Nuxt.", "repository": "https://github.com/wattanx/nuxt-pandacss", "author": "wattanx",