From c7d2adf0915c8457e0218719b320ea665ad1a5f8 Mon Sep 17 00:00:00 2001 From: standardci Date: Fri, 5 Jan 2024 12:06:26 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/home-server@1.22.48 - @standardnotes/syncing-server@1.133.2 --- packages/home-server/CHANGELOG.md | 4 ++++ packages/home-server/package.json | 2 +- packages/syncing-server/CHANGELOG.md | 7 +++++++ packages/syncing-server/package.json | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/packages/home-server/CHANGELOG.md b/packages/home-server/CHANGELOG.md index 6ecaaa4f6..e865474f3 100644 --- a/packages/home-server/CHANGELOG.md +++ b/packages/home-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.22.48](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.22.47...@standardnotes/home-server@1.22.48) (2024-01-05) + +**Note:** Version bump only for package @standardnotes/home-server + ## [1.22.47](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.22.46...@standardnotes/home-server@1.22.47) (2024-01-05) **Note:** Version bump only for package @standardnotes/home-server diff --git a/packages/home-server/package.json b/packages/home-server/package.json index 50d4aa50f..66db18b4e 100644 --- a/packages/home-server/package.json +++ b/packages/home-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/home-server", - "version": "1.22.47", + "version": "1.22.48", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 317abd33e..3b8138f5c 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.133.2](https://github.com/standardnotes/server/compare/@standardnotes/syncing-server@1.133.1...@standardnotes/syncing-server@1.133.2) (2024-01-05) + +### Bug Fixes + +* **syncing-server:** add debug logs to redis metrics store ([a4ad37f](https://github.com/standardnotes/server/commit/a4ad37f30948ba4292f367240c3dbfca916282ac)) +* **syncing-server:** add metadata to transfer breach logs ([73c2cc1](https://github.com/standardnotes/server/commit/73c2cc1222b647e82de3755c7e28d283cd9f872f)) + ## [1.133.1](https://github.com/standardnotes/server/compare/@standardnotes/syncing-server@1.133.0...@standardnotes/syncing-server@1.133.1) (2024-01-05) ### Bug Fixes diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 648bd747a..746bd50af 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.133.1", + "version": "1.133.2", "engines": { "node": ">=18.0.0 <21.0.0" },