From b283bbaca97a0acb3739a1aaffe5914ca4f343b7 Mon Sep 17 00:00:00 2001 From: standardci Date: Tue, 22 Nov 2022 11:30:16 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/api-gateway@1.39.0 --- 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 a3523cee5..8f56dc0f3 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.39.0](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.38.9...@standardnotes/api-gateway@1.39.0) (2022-11-22) + +### Features + +* **api-gateway:** add v2 revisions controller ([92ba759](https://github.com/standardnotes/api-gateway/commit/92ba759b1c3719e773f989707ddd6d7a9ec57d1c)) + ## [1.38.9](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.38.8...@standardnotes/api-gateway@1.38.9) (2022-11-22) **Note:** Version bump only for package @standardnotes/api-gateway diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index ac389fa7f..66c05b787 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.38.9", + "version": "1.39.0", "engines": { "node": ">=18.0.0 <19.0.0" },