From 9377c03c3fc835ff3783ce49e224e922e68b1624 Mon Sep 17 00:00:00 2001 From: standardci Date: Tue, 17 Jan 2023 09:09:03 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/syncing-server@1.28.8 --- packages/syncing-server/CHANGELOG.md | 7 +++++++ packages/syncing-server/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index f98942237..288be7f4f 100644 --- a/packages/syncing-server/CHANGELOG.md +++ b/packages/syncing-server/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.28.8](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.28.7...@standardnotes/syncing-server@1.28.8) (2023-01-17) + +### Bug Fixes + +* **syncing-server-js:** add debug logs for dumping items for revisions creation ([8db19c3](https://github.com/standardnotes/syncing-server-js/commit/8db19c3e2b55af9230b92621f01ae0d7c514913a)) +* **syncing-server-js:** creating directory for revision dumps ([9b926fb](https://github.com/standardnotes/syncing-server-js/commit/9b926fbad6c40a2e3792cc0d7c54987febd6dced)) + ## [1.28.7](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.28.6...@standardnotes/syncing-server@1.28.7) (2023-01-16) **Note:** Version bump only for package @standardnotes/syncing-server diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 02bf6849f..3c9f784c7 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.28.7", + "version": "1.28.8", "engines": { "node": ">=18.0.0 <19.0.0" },