Skip to content

Commit

Permalink
chore(release): v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gxmari007 committed Jan 10, 2024
1 parent 63c9b02 commit ff95eb0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Changelog


## v0.1.3

[compare changes](https://github.com/roshan-labs/auth/compare/v0.1.2...v0.1.3)

### 🩹 Fixes

- 修正 signOut 方法默认重定向为 nuxt.config.ts 中 pages.login 路由 ([63aa688](https://github.com/roshan-labs/auth/commit/63aa688))
- SignOut 没有刷新 lastRefreshedAt ([805a593](https://github.com/roshan-labs/auth/commit/805a593))
- UsePermission 没有引入 useRuntimeConfig ([63c9b02](https://github.com/roshan-labs/auth/commit/63c9b02))

### 📖 Documentation

- 完善 readme ([100fe17](https://github.com/roshan-labs/auth/commit/100fe17))

### 🏡 Chore

- 完善 local 策略示例 ([0d0d59d](https://github.com/roshan-labs/auth/commit/0d0d59d))
- 完善 playground-refresh ([8726b63](https://github.com/roshan-labs/auth/commit/8726b63))
- 配置 ci ([06f3fa6](https://github.com/roshan-labs/auth/commit/06f3fa6))
- 缺少 runs-on 命令 ([7ebb5b8](https://github.com/roshan-labs/auth/commit/7ebb5b8))
- Frozen-lockfile 名称错误 ([5a70e14](https://github.com/roshan-labs/auth/commit/5a70e14))
- Ci 增加 setup project 步骤 ([ff67d76](https://github.com/roshan-labs/auth/commit/ff67d76))
- Ci 增加 lint、prepack、test 命令 ([5d48a8c](https://github.com/roshan-labs/auth/commit/5d48a8c))

### ❤️ Contributors

- XiangGao <[email protected]>

## v0.1.2

[compare changes](https://github.com/roshan-labs/auth/compare/v0.1.1...v0.1.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roshan-labs/auth",
"version": "0.1.2",
"version": "0.1.3",
"description": "Nuxt3 auth module",
"repository": "https://github.com/roshan-labs/auth",
"license": "MIT",
Expand Down Expand Up @@ -73,4 +73,4 @@
"vitest": "^1.1.3",
"zod": "^3.22.4"
}
}
}

0 comments on commit ff95eb0

Please sign in to comment.