From 81eb4be2005f7ccd2f4f3d1dde168988a9b5a739 Mon Sep 17 00:00:00 2001 From: standardci Date: Thu, 22 Sep 2022 13:48:33 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.32.2 --- 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 c53f036cc..260649acf 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.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.32.1...@standardnotes/auth-server@1.32.2) (2022-09-22) + +### Bug Fixes + +* **auth:** add throwing an error if the subscription token was not persisted ([76cee6d](https://github.com/standardnotes/server/commit/76cee6dbad9bff041d8d5a1d4435046509c14f71)) + ## [1.32.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.32.0...@standardnotes/auth-server@1.32.1) (2022-09-22) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index efa8ea869..3ff8fb116 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.32.1", + "version": "1.32.2", "engines": { "node": ">=16.0.0 <17.0.0" },