From 6a431c9d336e6f2d8c94128314ec3f54180946ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:02:33 +0000 Subject: [PATCH] chore(main): release 2.25.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc9f33..9f456de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.25.0](https://github.com/36node/auth/compare/v2.24.0...v2.25.0) (2026-04-13) + + +### Features + +* track passwordChangedAt on password writes ([#116](https://github.com/36node/auth/issues/116)) ([22bdfbc](https://github.com/36node/auth/commit/22bdfbc83d5d9afaf428112c9ff53beb7fbf74e4)) + ## [2.24.0](https://github.com/36node/auth/compare/v2.23.1...v2.24.0) (2026-04-12) diff --git a/package.json b/package.json index 752c86d..4f322ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@36node/auth", - "version": "2.24.0", + "version": "2.25.0", "description": "36node auth service", "author": "", "private": true,