From 7e0d4bef20fb9260f20891e759e3bf52b6fb5212 Mon Sep 17 00:00:00 2001 From: standardci Date: Mon, 19 Dec 2022 07:38:08 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/syncing-server@1.26.11 --- 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 52768ecc7..ef42f6e15 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.26.11](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.26.10...@standardnotes/syncing-server@1.26.11) (2022-12-19) + +**Note:** Version bump only for package @standardnotes/syncing-server + ## [1.26.10](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.26.9...@standardnotes/syncing-server@1.26.10) (2022-12-15) ### Bug Fixes diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index d9c2d218f..26d061030 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.26.10", + "version": "1.26.11", "engines": { "node": ">=18.0.0 <19.0.0" },