From 1c2fd464013e1db70928b964715dcae017900fda Mon Sep 17 00:00:00 2001 From: standardci Date: Thu, 2 Feb 2023 08:23:06 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.87.8 --- 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 770ff4a26..8ea747d47 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.87.8](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.87.7...@standardnotes/auth-server@1.87.8) (2023-02-02) + +### Bug Fixes + +* **auth:** allow defining multiple expected origins upon u2f registration and verification ([b7967b3](https://github.com/standardnotes/server/commit/b7967b34d1118534644a3e464e9e43267455519d)) + ## [1.87.7](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.87.6...@standardnotes/auth-server@1.87.7) (2023-01-30) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index 5d9975646..96d3f1e72 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.87.7", + "version": "1.87.8", "engines": { "node": ">=18.0.0 <19.0.0" },