chore(release): publish new version

- @standardnotes/api-gateway@1.2.0
 - @standardnotes/auth-server@1.2.1
This commit is contained in:
standardci 2022-06-27 10:07:19 +00:00
parent fa2a8da17b
commit 41999f36f0
No known key found for this signature in database
GPG key ID: 1A7D0B3D41E92814
4 changed files with 14 additions and 2 deletions

View file

@ -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.2.0](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.1.6...@standardnotes/api-gateway@1.2.0) (2022-06-27)
### Features
* add endpoint to mute marketing emails ([fa2a8da](https://github.com/standardnotes/api-gateway/commit/fa2a8da17bc6588021172adbbc4ecae5bd35f33a))
## [1.1.6](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.1.5...@standardnotes/api-gateway@1.1.6) (2022-06-27)
**Note:** Version bump only for package @standardnotes/api-gateway

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/api-gateway",
"version": "1.1.6",
"version": "1.2.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View file

@ -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.2.1](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.2.0...@standardnotes/auth-server@1.2.1) (2022-06-27)
### Bug Fixes
* add setting uuid to email requests ([214684e](https://github.com/standardnotes/auth/commit/214684eae733675b7cefa522202e53d9556e5279))
# [1.2.0](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.1.7...@standardnotes/auth-server@1.2.0) (2022-06-27)
### Features

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/auth-server",
"version": "1.2.0",
"version": "1.2.1",
"engines": {
"node": ">=16.0.0 <17.0.0"
},