From 0347fa381f33b42494499162c44bb87d416f29cf Mon Sep 17 00:00:00 2001 From: standardci Date: Tue, 24 Jan 2023 07:26:23 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.86.2 --- packages/auth/CHANGELOG.md | 6 ++++++ packages/auth/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 132ed9773..50a1433b1 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.86.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.86.1...@standardnotes/auth-server@1.86.2) (2023-01-24) + +### Bug Fixes + +* **auth:** fido options user verification as discouraged ([3d475cc](https://github.com/standardnotes/server/commit/3d475cc779f13c7da961a62f8f6abe69f76609fc)) + ## [1.86.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.86.0...@standardnotes/auth-server@1.86.1) (2023-01-24) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index 24003d0a7..c3eabf8bb 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.86.1", + "version": "1.86.2", "engines": { "node": ">=18.0.0 <19.0.0" },