From 5f40550ad4fb1fb767edc07022d11a67d37c3dbc Mon Sep 17 00:00:00 2001 From: standardci Date: Thu, 2 Mar 2023 11:20:59 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.89.7 --- 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 919ec4bc9..a6f907ff4 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.7](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.89.6...@standardnotes/auth-server@1.89.7) (2023-03-02) + +### Bug Fixes + +* **auth:** function naming for more clarity ([79ccbdf](https://github.com/standardnotes/server/commit/79ccbdf1000c699074b5271f3c04a30fcb1b3311)) + ## [1.89.6](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.89.5...@standardnotes/auth-server@1.89.6) (2023-03-02) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index 23b24e145..d4c6e4cac 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.89.6", + "version": "1.89.7", "engines": { "node": ">=18.0.0 <19.0.0" },