diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 3026adb57..67d34371e 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.11](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.3.10...@standardnotes/auth-server@1.3.11) (2022-06-30) + +### Bug Fixes + +* email sending procedure to not include creating mute_marketing_emails anymore ([f49299f](https://github.com/standardnotes/auth/commit/f49299fa91a7a63b0255e40dfe5b11ce209e9271)) + ## [1.3.10](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.3.9...@standardnotes/auth-server@1.3.10) (2022-06-30) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index 779f01979..482f63879 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.3.10", + "version": "1.3.11", "engines": { "node": ">=16.0.0 <17.0.0" },