From edbedc181b91259620057f6927970aa9575bec35 Mon Sep 17 00:00:00 2001 From: standardci Date: Thu, 17 Nov 2022 09:41:19 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/syncing-server@1.13.13 --- 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 a32e05e6c..439ef68d6 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.13.13](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.13.12...@standardnotes/syncing-server@1.13.13) (2022-11-17) + +### Bug Fixes + +* **syncing-server:** paginating with upper bound limit ([94afa34](https://github.com/standardnotes/syncing-server-js/commit/94afa347807d757b46d507086832fbfb3c73353d)) + ## [1.13.12](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.13.11...@standardnotes/syncing-server@1.13.12) (2022-11-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 a723db282..f905fc282 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.13.12", + "version": "1.13.13", "engines": { "node": ">=18.0.0 <19.0.0" },