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" },