From 40d0e4631f52b6a400c0e36fb254336caa35a961 Mon Sep 17 00:00:00 2001 From: standardci Date: Mon, 12 Dec 2022 19:06:24 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/syncing-server@1.25.0 --- 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 64d8ff3ee..ece165dee 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.0](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.24.7...@standardnotes/syncing-server@1.25.0) (2022-12-12) + +### Features + +* **syncing-server:** fix streaming items for revisions update ([a55a995](https://github.com/standardnotes/syncing-server-js/commit/a55a9956602bee7dbb0f93f058aceff7a2136ffd)) + ## [1.24.7](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.24.6...@standardnotes/syncing-server@1.24.7) (2022-12-12) ### Bug Fixes diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index c4fae8c59..9376225ed 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.24.7", + "version": "1.25.0", "engines": { "node": ">=18.0.0 <19.0.0" },