Browse Source

chore(release): publish new version

 - @standardnotes/auth-server@1.73.1
standardci 2 years ago
parent
commit
0a420ce30e
2 changed files with 7 additions and 1 deletions
  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.
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
 
+## [1.73.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.73.0...@standardnotes/auth-server@1.73.1) (2022-12-28)
+
+### Bug Fixes
+
+* **auth:** temporarily remove credential id index due to mysql 5.6 limitations ([a5e7132](https://github.com/standardnotes/server/commit/a5e7132d3c4b74ed13877d7d437062c509201874))
+
 # [1.73.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.72.0...@standardnotes/auth-server@1.73.0) (2022-12-28)
 # [1.73.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.72.0...@standardnotes/auth-server@1.73.0) (2022-12-28)
 
 
 ### Features
 ### Features

+ 1 - 1
packages/auth/package.json

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