From b3adc1b12dca5903c0f10a6f5795093a5adbb926 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 01:00:21 +0000 Subject: [PATCH] chore(main): release 2.18.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f37f33..b83657f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.18.0](https://github.com/36node/auth/compare/v2.17.0...v2.18.0) (2025-12-25) + + +### Features + +* update node&pnpm ([#91](https://github.com/36node/auth/issues/91)) ([4f214d9](https://github.com/36node/auth/commit/4f214d9dfc117e5d73cb23ac95a97a31ad4d4b18)) + ## [2.17.0](https://github.com/36node/auth/compare/v2.16.0...v2.17.0) (2025-12-17) diff --git a/package.json b/package.json index 0deca4f..34992cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@36node/auth", - "version": "2.17.0", + "version": "2.18.0", "description": "36node auth service", "author": "", "private": true,