Skip to content

Commit 482a925

Browse files
committed
chore: release v0.3.0
1 parent 2233a33 commit 482a925

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.3.0](https://github.com/xiaoluoboding/auth-ui-vue/compare/v0.2.0...v0.3.0) (2023-08-13)
2+
3+
4+
### Bug Fixes
5+
6+
* fix loading locales ([2233a33](https://github.com/xiaoluoboding/auth-ui-vue/commit/2233a336bb9ba9cb9cf8cb318c9c9b127941ee38))
7+
* fixed the types bug ([0c0a3b3](https://github.com/xiaoluoboding/auth-ui-vue/commit/0c0a3b368f571a6e99ad007c8ae08c23c5fd1132))
8+
9+
10+
### Features
11+
12+
* add i18n support ([0d8c5b8](https://github.com/xiaoluoboding/auth-ui-vue/commit/0d8c5b8587743e9855d5e45dc4939305352a5def))
13+
14+
15+
116
# [0.2.0](https://github.com/xiaoluoboding/auth-ui-vue/compare/v0.1.0...v0.2.0) (2023-08-13)
217

318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtbase/auth-ui-vue",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"author": "xiaoluoboding <[email protected]>",
66
"scripts": {

0 commit comments

Comments
 (0)