From 780358368b9bf84adff6044b33ea531db07737ba Mon Sep 17 00:00:00 2001 From: standardci Date: Tue, 20 Dec 2022 19:55:43 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.70.7 --- packages/auth/CHANGELOG.md | 6 ++++++ packages/auth/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 95d87e1d1..6a5a785d7 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/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.70.7](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.70.6...@standardnotes/auth-server@1.70.7) (2022-12-20) + +### Bug Fixes + +* **auth:** change severity on tracing session errors - most probably hazardous reads ([cf0b918](https://github.com/standardnotes/server/commit/cf0b91891370e1c1799ad80c10ee9f6b98087a94)) + ## [1.70.6](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.70.5...@standardnotes/auth-server@1.70.6) (2022-12-20) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index 6fde9f39f..060fe14f3 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.70.6", + "version": "1.70.7", "engines": { "node": ">=18.0.0 <19.0.0" },