diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 1657c2e67..325647ee1 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.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.84.1...@standardnotes/auth-server@1.84.2) (2023-01-19) + +**Note:** Version bump only for package @standardnotes/auth-server + ## [1.84.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.84.0...@standardnotes/auth-server@1.84.1) (2023-01-19) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index 680530f1f..a33439b19 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.84.1", + "version": "1.84.2", "engines": { "node": ">=18.0.0 <19.0.0" },