From dcf92d58f9c5b145d4675cf49bae140c2c1ed109 Mon Sep 17 00:00:00 2001 From: standardci Date: Thu, 22 Sep 2022 18:00:23 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.32.5 --- 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 69c0d2913..a2481742f 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.32.5](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.32.4...@standardnotes/auth-server@1.32.5) (2022-09-22) + +**Note:** Version bump only for package @standardnotes/auth-server + ## [1.32.4](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.32.3...@standardnotes/auth-server@1.32.4) (2022-09-22) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index eca8156dd..1fb79c9d3 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.32.4", + "version": "1.32.5", "engines": { "node": ">=16.0.0 <17.0.0" },