diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index b59d08b53..90b94248c 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.3.8](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.3.7...@standardnotes/auth-server@1.3.8) (2022-06-29) + +### Bug Fixes + +* temporarily send email campaings only for users without the mute_marketing_emails setting ([57694bd](https://github.com/standardnotes/auth/commit/57694bdc1412b91c48d07e264584bd3aab1d941b)) + ## [1.3.7](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.3.6...@standardnotes/auth-server@1.3.7) (2022-06-29) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index b98f2b328..75c4390d7 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.3.7", + "version": "1.3.8", "engines": { "node": ">=16.0.0 <17.0.0" },