From a96f2c9153745e89125ca628cd3256d357d2f0fa Mon Sep 17 00:00:00 2001 From: standardci Date: Tue, 13 Dec 2022 11:14:35 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/syncing-server@1.25.4 --- packages/syncing-server/CHANGELOG.md | 6 ++++++ packages/syncing-server/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 19c6aa0b9..04c21c9aa 100644 --- a/packages/syncing-server/CHANGELOG.md +++ b/packages/syncing-server/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.25.4](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.25.3...@standardnotes/syncing-server@1.25.4) (2022-12-13) + +### Bug Fixes + +* **syncing-server:** logs on revisions procedure ([225e0aa](https://github.com/standardnotes/syncing-server-js/commit/225e0aaf88a396bf308c2e5eed0bb6e130cb2d64)) + ## [1.25.3](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.25.2...@standardnotes/syncing-server@1.25.3) (2022-12-13) ### Bug Fixes diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 02d7efdad..f560fde17 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.25.3", + "version": "1.25.4", "engines": { "node": ">=18.0.0 <19.0.0" },