From 8e2805e785c718f87e887dca7bdc25014bfbc1d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:29:06 +0000 Subject: [PATCH] chore(main): release 2.27.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6fb055..bd301d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.27.1](https://github.com/36node/auth/compare/v2.27.0...v2.27.1) (2026-06-11) + + +### Bug Fixes + +* allow display name in email from field ([#124](https://github.com/36node/auth/issues/124)) ([deb1398](https://github.com/36node/auth/commit/deb1398c76a6c62fc2568f29095eeb47ecabf2e6)) + ## [2.27.0](https://github.com/36node/auth/compare/v2.26.1...v2.27.0) (2026-05-22) diff --git a/package.json b/package.json index abbc5d6..6575ed4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@36node/auth", - "version": "2.27.0", + "version": "2.27.1", "description": "36node auth service", "author": "", "private": true,