diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 69c0d2913..a2481742f 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.32.5](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.32.4...@standardnotes/auth-server@1.32.5) (2022-09-22) + +**Note:** Version bump only for package @standardnotes/auth-server + ## [1.32.4](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.32.3...@standardnotes/auth-server@1.32.4) (2022-09-22) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index eca8156dd..1fb79c9d3 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.32.4", + "version": "1.32.5", "engines": { "node": ">=16.0.0 <17.0.0" },