From e00e0e459e9376b17319331913acc01307ee155c Mon Sep 17 00:00:00 2001 From: ronger Date: Mon, 29 Apr 2024 10:55:04 +0800 Subject: [PATCH] chore(release): v0.1.9 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d1c116..b4cf25e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v0.1.9 + +[compare changes](https://github.com/rymcu/auth/compare/v0.1.8...v0.1.9) + +### 🩹 Fixes + +- 修复错误的 token 过期判断机制 ([e6d236b](https://github.com/rymcu/auth/commit/e6d236b)) + +### 🏡 Chore + +- Eslint 配置更新 ([4373551](https://github.com/rymcu/auth/commit/4373551)) + +### ❤️ Contributors + +- Ronger ([@ronger-x](http://github.com/ronger-x)) + ## v0.1.8 diff --git a/package.json b/package.json index 6822d38..d12cb02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rymcu/auth", - "version": "0.1.8", + "version": "0.1.9", "description": "Nuxt3 auth module", "repository": { "type": "git",