From d02bca887901a36ffc4809e54bc4b63fca9e9457 Mon Sep 17 00:00:00 2001 From: standardci Date: Fri, 20 Jan 2023 00:06:06 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.84.4 --- packages/auth/CHANGELOG.md | 4 ++++ packages/auth/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 325647ee1..29271cf9c 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.84.4](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.84.2...@standardnotes/auth-server@1.84.4) (2023-01-20) + +**Note:** Version bump only for package @standardnotes/auth-server + ## [1.84.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.84.1...@standardnotes/auth-server@1.84.2) (2023-01-19) **Note:** Version bump only for package @standardnotes/auth-server diff --git a/packages/auth/package.json b/packages/auth/package.json index d67d9c4c0..f6ed83616 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.84.3", + "version": "1.84.4", "engines": { "node": ">=18.0.0 <19.0.0" },