From bf4a3be6d9704fb992e86990fa147a915eaba83d Mon Sep 17 00:00:00 2001 From: standardci Date: Tue, 20 Dec 2022 18:48:19 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.70.5 --- 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 f82502725..e9025b005 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.5](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.70.4...@standardnotes/auth-server@1.70.5) (2022-12-20) + +### Bug Fixes + +* **auth:** add session traces index ([b9e1e47](https://github.com/standardnotes/server/commit/b9e1e4787129f00fab8f98cb721141f2e7d75600)) + ## [1.70.4](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.70.3...@standardnotes/auth-server@1.70.4) (2022-12-20) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index f5b1df25d..98d89119b 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.70.4", + "version": "1.70.5", "engines": { "node": ">=18.0.0 <19.0.0" },