From c12e3eb3ece770ebc7c01c8fb2a23b6a24d4b4ab Mon Sep 17 00:00:00 2001 From: standardci Date: Thu, 22 Sep 2022 15:30:14 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.32.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 6ce74abab..69c0d2913 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.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 + +* **auth:** increase subscription token ttl ([07def20](https://github.com/standardnotes/server/commit/07def20f6b47f9d1c678cfe5206b924dd5e6014a)) + ## [1.32.3](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.32.2...@standardnotes/auth-server@1.32.3) (2022-09-22) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index 43899f80d..eca8156dd 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.32.3", + "version": "1.32.4", "engines": { "node": ">=16.0.0 <17.0.0" },