From c3d7a33aa26711bd15d2f8910b6780ae18e77e46 Mon Sep 17 00:00:00 2001 From: standardci Date: Wed, 1 Mar 2023 12:01:59 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.89.4 --- 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 cc3d2e4fa..d38273598 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.4](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.89.3...@standardnotes/auth-server@1.89.4) (2023-03-01) + +### Bug Fixes + +* **auth:** updating counter post authenticator verification ([a9cc00a](https://github.com/standardnotes/server/commit/a9cc00a4783c12e71eb181a3ccf3218b418750d9)) + ## [1.89.3](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.89.2...@standardnotes/auth-server@1.89.3) (2023-02-27) **Note:** Version bump only for package @standardnotes/auth-server diff --git a/packages/auth/package.json b/packages/auth/package.json index b80b99c7b..45b0c4d91 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.89.3", + "version": "1.89.4", "engines": { "node": ">=18.0.0 <19.0.0" },