From 634e3bbb672279cbee683ff0a54a536aaa3e968c Mon Sep 17 00:00:00 2001 From: standardci Date: Wed, 9 Aug 2023 14:41:32 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/home-server@1.13.38 - @standardnotes/syncing-server@1.78.1 --- packages/home-server/CHANGELOG.md | 4 ++++ packages/home-server/package.json | 2 +- packages/syncing-server/CHANGELOG.md | 4 ++++ packages/syncing-server/package.json | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/home-server/CHANGELOG.md b/packages/home-server/CHANGELOG.md index 21427192b..ebe39f19d 100644 --- a/packages/home-server/CHANGELOG.md +++ b/packages/home-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.13.38](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.13.37...@standardnotes/home-server@1.13.38) (2023-08-09) + +**Note:** Version bump only for package @standardnotes/home-server + ## [1.13.37](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.13.36...@standardnotes/home-server@1.13.37) (2023-08-09) **Note:** Version bump only for package @standardnotes/home-server diff --git a/packages/home-server/package.json b/packages/home-server/package.json index 0536617a9..dfd517020 100644 --- a/packages/home-server/package.json +++ b/packages/home-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/home-server", - "version": "1.13.37", + "version": "1.13.38", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index ec3b6c175..47a003b61 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.78.1](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.78.0...@standardnotes/syncing-server@1.78.1) (2023-08-09) + +**Note:** Version bump only for package @standardnotes/syncing-server + # [1.78.0](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.77.2...@standardnotes/syncing-server@1.78.0) (2023-08-09) ### Features diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 264b9e587..d4d598639 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.78.0", + "version": "1.78.1", "engines": { "node": ">=18.0.0 <21.0.0" },