Browse Source

chore(release): publish new version

 - @standardnotes/auth-server@1.93.5
standardci 2 năm trước cách đây
mục cha
commit
2daa145867
2 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 6 0
      packages/auth/CHANGELOG.md
  2. 1 1
      packages/auth/package.json

+ 6 - 0
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.93.5](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.93.4...@standardnotes/auth-server@1.93.5) (2023-03-09)
+
+### Bug Fixes
+
+* **auth:** remove migrate email settings procedure ([4bd5fb2](https://github.com/standardnotes/server/commit/4bd5fb22b447b0e0fdb136aa46ddc812c8b272cd))
+
 ## [1.93.4](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.93.3...@standardnotes/auth-server@1.93.4) (2023-03-09)
 
 ### Bug Fixes

+ 1 - 1
packages/auth/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@standardnotes/auth-server",
-  "version": "1.93.4",
+  "version": "1.93.5",
   "engines": {
     "node": ">=18.0.0 <19.0.0"
   },