浏览代码

chore(release): publish new version

 - @standardnotes/websockets-server@1.10.32
standardci 1 年之前
父节点
当前提交
14d42b26bb
共有 2 个文件被更改,包括 7 次插入1 次删除
  1. 6 0
      packages/websockets/CHANGELOG.md
  2. 1 1
      packages/websockets/package.json

+ 6 - 0
packages/websockets/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.10.32](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.10.31...@standardnotes/websockets-server@1.10.32) (2023-09-05)
+
+### Bug Fixes
+
+* **websockets:** add missing region parameter in api gateway client ([6bb44af](https://github.com/standardnotes/server/commit/6bb44afd91b030facec486c128f80d533996e98b))
+
 ## [1.10.31](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.10.30...@standardnotes/websockets-server@1.10.31) (2023-09-05)
 
 ### Bug Fixes

+ 1 - 1
packages/websockets/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@standardnotes/websockets-server",
-  "version": "1.10.31",
+  "version": "1.10.32",
   "engines": {
     "node": ">=18.0.0 <21.0.0"
   },