From 9bfe2420182a97df708230f2c97ffcb121345f9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 04:59:21 +0000 Subject: [PATCH] chore(main): release 2.3.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24901fc..5b3e0a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.3.0](https://github.com/36node/auth/compare/v2.2.0...v2.3.0) (2025-01-15) + + +### Features + +* constants ([#42](https://github.com/36node/auth/issues/42)) ([f71ad8c](https://github.com/36node/auth/commit/f71ad8cb6d86722b53244eca900ccf263d766d23)) +* third-party avatar and name ([dfad19b](https://github.com/36node/auth/commit/dfad19bd0d2854a4e16961bb15983e1c6bbe89c8)) +* third-party avatar and name ([0cacc04](https://github.com/36node/auth/commit/0cacc04580062ab9674146880f59f4100bd4706f)) + ## [2.2.0](https://github.com/36node/auth/compare/v2.1.1...v2.2.0) (2024-12-31) diff --git a/package.json b/package.json index 200cac3..1a188b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@36node/auth", - "version": "2.2.0", + "version": "2.3.0", "description": "36node auth service", "author": "", "private": true,