diff --git a/CHANGELOG.md b/CHANGELOG.md index e605d37..8b3dfa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [0.2.0](https://github.com/xiaoluoboding/auth-ui-vue/compare/v0.1.0...v0.2.0) (2023-08-13) + + +### Bug Fixes + +* fixed the type error ([d126850](https://github.com/xiaoluoboding/auth-ui-vue/commit/d12685060f3d52b727be482b13284d8e1b6eb659)) + + +### Features + +* add the darkmode support ([6c46385](https://github.com/xiaoluoboding/auth-ui-vue/commit/6c46385d5e2a5fb9b2274e4b6b7f1692e30dfefd)) +* add vue dev tools ([8efeace](https://github.com/xiaoluoboding/auth-ui-vue/commit/8efeace23d3f6e20401e1149e88d494b1c2813f6)) + + + # [0.1.0](https://github.com/xiaoluoboding/auth-ui-vue/compare/v0.0.2...v0.1.0) (2023-08-09) diff --git a/package.json b/package.json index e8522e0..26654bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtbase/auth-ui-vue", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "author": "xiaoluoboding ", "scripts": {