소스 검색

chore(release): publish new version

 - @standardnotes/auth-server@1.127.1
 - @standardnotes/home-server@1.13.20
standardci 1 년 전
부모
커밋
da645c5ab3
4개의 변경된 파일12개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 0
      packages/auth/CHANGELOG.md
  2. 1 1
      packages/auth/package.json
  3. 4 0
      packages/home-server/CHANGELOG.md
  4. 1 1
      packages/home-server/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.127.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.127.0...@standardnotes/auth-server@1.127.1) (2023-07-31)
+
+### Bug Fixes
+
+* **auth:** auth middleware on delete account ([318af57](https://github.com/standardnotes/server/commit/318af5757d6c42f580157647b22112a9936765e7))
+
 # [1.127.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.126.5...@standardnotes/auth-server@1.127.0) (2023-07-31)
 
 ### Features

+ 1 - 1
packages/auth/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@standardnotes/auth-server",
-  "version": "1.127.0",
+  "version": "1.127.1",
   "engines": {
     "node": ">=18.0.0 <21.0.0"
   },

+ 4 - 0
packages/home-server/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.13.20](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.13.19...@standardnotes/home-server@1.13.20) (2023-07-31)
+
+**Note:** Version bump only for package @standardnotes/home-server
+
 ## [1.13.19](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.13.18...@standardnotes/home-server@1.13.19) (2023-07-31)
 
 **Note:** Version bump only for package @standardnotes/home-server

+ 1 - 1
packages/home-server/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@standardnotes/home-server",
-  "version": "1.13.19",
+  "version": "1.13.20",
   "engines": {
     "node": ">=18.0.0 <21.0.0"
   },