Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
chore(release): v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ronger-x committed May 2, 2024
1 parent 37f9894 commit 71ee5da
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v0.1.10

[compare changes](https://github.com/rymcu/auth/compare/v0.1.8...v0.1.10)

### 🩹 Fixes

- 修复错误的 token 过期判断机制 ([e6d236b](https://github.com/rymcu/auth/commit/e6d236b))
- Update token expire time feature bug ([fbc6fc5](https://github.com/rymcu/auth/commit/fbc6fc5))

### 🏡 Chore

- Eslint 配置更新 ([4373551](https://github.com/rymcu/auth/commit/4373551))
- **release:** V0.1.9 ([e00e0e4](https://github.com/rymcu/auth/commit/e00e0e4))
- Add token expire time ([37f9894](https://github.com/rymcu/auth/commit/37f9894))

### ❤️ Contributors

- Ronger ([@ronger-x](http://github.com/ronger-x))

## v0.1.9

[compare changes](https://github.com/rymcu/auth/compare/v0.1.8...v0.1.9)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rymcu/auth",
"version": "0.1.9",
"version": "0.1.10",
"description": "Nuxt3 auth module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 71ee5da

Please sign in to comment.