From 173c44474ba009e24e7facb26f17ad68073ced6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 13:06:22 +0000 Subject: [PATCH] chore(main): release 2.5.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3312b61..73db2f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.5.0](https://github.com/36node/auth/compare/v2.4.0...v2.5.0) (2025-02-09) + + +### Features + +* [缓存] 给 auth 添加 redis 缓存 ([#53](https://github.com/36node/auth/issues/53)) ([94a01d2](https://github.com/36node/auth/commit/94a01d2739970c7e8545a3e7f8542a0f21d22a19)) + + +### Bug Fixes + +* openapi ([742d087](https://github.com/36node/auth/commit/742d087ad7bcdf7548d8f33def9b2328c6d995e8)) +* user level ([0872969](https://github.com/36node/auth/commit/0872969158a413f024e375e8401c9b0d799ba492)) + ## [2.4.0](https://github.com/36node/auth/compare/v2.3.0...v2.4.0) (2025-01-20) diff --git a/package.json b/package.json index ea7d926..4a8cf68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@36node/auth", - "version": "2.4.0", + "version": "2.5.0", "description": "36node auth service", "author": "", "private": true,