From d7b68bcafbfc276009fff96d1371a1d1f0b0dd01 Mon Sep 17 00:00:00 2001 From: standardci Date: Thu, 23 Jun 2022 10:23:58 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/syncing-server@1.1.0-alpha.7 --- packages/syncing-server/CHANGELOG.md | 4 ++++ packages/syncing-server/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index f3f716e9d..f7759f10f 100644 --- a/packages/syncing-server/CHANGELOG.md +++ b/packages/syncing-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0-alpha.7](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.1.0-alpha.6...@standardnotes/syncing-server@1.1.0-alpha.7) (2022-06-23) + +**Note:** Version bump only for package @standardnotes/syncing-server + # [1.1.0-alpha.6](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.1.0-alpha.5...@standardnotes/syncing-server@1.1.0-alpha.6) (2022-06-23) ### Bug Fixes diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 84528cd79..88f5e5ca6 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.1.0-alpha.6", + "version": "1.1.0-alpha.7", "engines": { "node": ">=16.0.0 <17.0.0" },