From f92259b5ab1a93d713ff6e3e8149b0b3624fa11b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 03:16:13 +0000 Subject: [PATCH] chore(main): release 2.23.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 899e105..27c9527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.23.0](https://github.com/36node/auth/compare/v2.22.1...v2.23.0) (2026-04-09) + + +### Features + +* sms provider blackhole ([#111](https://github.com/36node/auth/issues/111)) ([2316aeb](https://github.com/36node/auth/commit/2316aebf143afbff5cad226e41033cdd4a7e6962)) + ## [2.22.1](https://github.com/36node/auth/compare/v2.22.0...v2.22.1) (2026-03-28) diff --git a/package.json b/package.json index 029b88c..8d5a155 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@36node/auth", - "version": "2.22.1", + "version": "2.23.0", "description": "36node auth service", "author": "", "private": true,