From 31d040d1b6c6b7e77e68eae9ff59e02a95aa9007 Mon Sep 17 00:00:00 2001 From: standardci Date: Fri, 25 Nov 2022 06:16:08 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.60.12 --- 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 1ab29f128..822a91f42 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.60.12](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.60.11...@standardnotes/auth-server@1.60.12) (2022-11-25) + +### Bug Fixes + +* **auth:** tmp test email campaign black friday 2022 reminder on team only ([25a6796](https://github.com/standardnotes/server/commit/25a6796e636bc30de99001bd16a2a1084b608b6a)) + ## [1.60.11](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.60.10...@standardnotes/auth-server@1.60.11) (2022-11-25) **Note:** Version bump only for package @standardnotes/auth-server diff --git a/packages/auth/package.json b/packages/auth/package.json index 6fd1f00f1..9e76aa332 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.60.11", + "version": "1.60.12", "engines": { "node": ">=18.0.0 <19.0.0" },