From 2bddd947ba80c20c1529661e87727ddcc81bd2f5 Mon Sep 17 00:00:00 2001 From: standardci Date: Fri, 5 Jan 2024 10:50:34 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/home-server@1.22.46 - @standardnotes/syncing-server@1.133.0 --- packages/home-server/CHANGELOG.md | 4 ++++ packages/home-server/package.json | 2 +- packages/syncing-server/CHANGELOG.md | 6 ++++++ packages/syncing-server/package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/home-server/CHANGELOG.md b/packages/home-server/CHANGELOG.md index f9f681c4d..eefe77a23 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.46](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.22.45...@standardnotes/home-server@1.22.46) (2024-01-05) + +**Note:** Version bump only for package @standardnotes/home-server + ## [1.22.45](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.22.44...@standardnotes/home-server@1.22.45) (2024-01-04) **Note:** Version bump only for package @standardnotes/home-server diff --git a/packages/home-server/package.json b/packages/home-server/package.json index 7aa08e770..cf4f00d08 100644 --- a/packages/home-server/package.json +++ b/packages/home-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/home-server", - "version": "1.22.45", + "version": "1.22.46", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 6567973e5..d4a4eab53 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.133.0](https://github.com/standardnotes/server/compare/@standardnotes/syncing-server@1.132.0...@standardnotes/syncing-server@1.133.0) (2024-01-05) + +### Features + +* **syncing-server:** add traffic abuse checks ([#1014](https://github.com/standardnotes/server/issues/1014)) ([b717334](https://github.com/standardnotes/server/commit/b7173346d2949269b762b023da9ea67b7f327c35)) + # [1.132.0](https://github.com/standardnotes/server/compare/@standardnotes/syncing-server@1.131.0...@standardnotes/syncing-server@1.132.0) (2024-01-04) ### Features diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 7d11d82f5..d40533c4b 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.132.0", + "version": "1.133.0", "engines": { "node": ">=18.0.0 <21.0.0" },