From bf173b4ede298fa7dc074ccad741f4d59490fa97 Mon Sep 17 00:00:00 2001 From: standardci Date: Mon, 6 Mar 2023 09:17:04 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.90.1 --- 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 02a21df4b..5daf44127 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.90.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.90.0...@standardnotes/auth-server@1.90.1) (2023-03-06) + +### Bug Fixes + +* **auth:** prevent listing sessions on readonly access ([dbccdf3](https://github.com/standardnotes/server/commit/dbccdf342b52f81fb14f246784d5dc6def2ff3fc)) + # [1.90.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.89.7...@standardnotes/auth-server@1.90.0) (2023-03-02) ### Features diff --git a/packages/auth/package.json b/packages/auth/package.json index b0a94f2e0..404f86631 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.90.0", + "version": "1.90.1", "engines": { "node": ">=18.0.0 <19.0.0" },