From b6c2bb80232c641f0fe5bf1dec556c1c10d91dd3 Mon Sep 17 00:00:00 2001 From: standardci Date: Thu, 9 Mar 2023 05:59:55 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.93.3 --- packages/auth/CHANGELOG.md | 7 +++++++ packages/auth/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index e3c724f04..72cfabdfa 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.93.3](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.93.2...@standardnotes/auth-server@1.93.3) (2023-03-09) + +### Bug Fixes + +* **auth:** migrate encrypted sign in settings ([d827513](https://github.com/standardnotes/server/commit/d827513b73a57fbdb72c3112f32dc2a296103450)) +* **auth:** remove authenticator names from server ([c45653a](https://github.com/standardnotes/server/commit/c45653a50a9d25de1e0fc86127ff6931dc98406d)) + ## [1.93.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.93.1...@standardnotes/auth-server@1.93.2) (2023-03-08) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index 00be9aa8f..f2198a6fb 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.93.2", + "version": "1.93.3", "engines": { "node": ">=18.0.0 <19.0.0" },