From d2fc1e057de6f6bf88f069922b218a964d439d0f Mon Sep 17 00:00:00 2001 From: standardci Date: Tue, 27 Sep 2022 10:35:15 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/api-gateway@1.22.1 --- packages/api-gateway/CHANGELOG.md | 6 ++++++ packages/api-gateway/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index 3abfcf20e..2276b9182 100644 --- a/packages/api-gateway/CHANGELOG.md +++ b/packages/api-gateway/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.22.1](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.22.0...@standardnotes/api-gateway@1.22.1) (2022-09-27) + +### Bug Fixes + +* **api-gateway:** remove admin graphql endpoint from being publicly available ([0a90d98](https://github.com/standardnotes/api-gateway/commit/0a90d98c71c6023b700f852c91aedfe1ad23af55)) + # [1.22.0](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.21.1...@standardnotes/api-gateway@1.22.0) (2022-09-22) ### Features diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index 1129d4e1e..31f54cbd7 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.22.0", + "version": "1.22.1", "engines": { "node": ">=16.0.0 <17.0.0" },