From 719d8558a3078fc95e88f697dbb5b04d30ea450b Mon Sep 17 00:00:00 2001 From: standardci Date: Fri, 16 Sep 2022 10:36:18 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.28.4 --- 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 4b69d1fa7..55f18ac97 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.28.4](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.28.3...@standardnotes/auth-server@1.28.4) (2022-09-16) + +### Bug Fixes + +* **auth:** feature service spec ([c207c3f](https://github.com/standardnotes/server/commit/c207c3fc8442eec9b8c3150f09ecccfdd6a5ed50)) + ## [1.28.3](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.28.2...@standardnotes/auth-server@1.28.3) (2022-09-16) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index e6e251ec2..64e8ad960 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.28.3", + "version": "1.28.4", "engines": { "node": ">=16.0.0 <17.0.0" },