diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 96fb4b230..e833ecf05 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.84.11](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.84.10...@standardnotes/auth-server@1.84.11) (2023-01-23) + +**Note:** Version bump only for package @standardnotes/auth-server + ## [1.84.10](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.84.9...@standardnotes/auth-server@1.84.10) (2023-01-23) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index b7223a325..357cec016 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.84.10", + "version": "1.84.11", "engines": { "node": ">=18.0.0 <19.0.0" },