diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 6272ecab0..d0aefc5b8 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.89.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.89.1...@standardnotes/auth-server@1.89.2) (2023-02-24) + +### Bug Fixes + +* **auth:** add cross-platform authenticator selection option ([edc4a20](https://github.com/standardnotes/server/commit/edc4a2085952efe0b83c8e837a52555087714ef7)) + ## [1.89.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.89.0...@standardnotes/auth-server@1.89.1) (2023-02-23) **Note:** Version bump only for package @standardnotes/auth-server diff --git a/packages/auth/package.json b/packages/auth/package.json index a57cc2ef9..63ade08c0 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.89.1", + "version": "1.89.2", "engines": { "node": ">=18.0.0 <19.0.0" },