From df5fcce76972a42285c4a1c84ba8343c4ff0fa0b Mon Sep 17 00:00:00 2001 From: standardci Date: Mon, 1 May 2023 11:26:33 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.100.0 --- 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 1200d50ed..720c8ec72 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.100.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.99.0...@standardnotes/auth-server@1.100.0) (2023-05-01) + +### Features + +* **auth:** add sqlite ephemeral session repository for home server ([#578](https://github.com/standardnotes/server/issues/578)) ([8f57ece](https://github.com/standardnotes/server/commit/8f57ece7b88f7961eaf49144c4fdd72fbd07979b)) + # [1.99.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.98.0...@standardnotes/auth-server@1.99.0) (2023-05-01) ### Features diff --git a/packages/auth/package.json b/packages/auth/package.json index 4c8a04d53..84b5b5f23 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.99.0", + "version": "1.100.0", "engines": { "node": ">=18.0.0 <19.0.0" },