Browse Source

chore(release): publish new version

 - @standardnotes/websockets-server@1.10.32
standardci 1 năm trước cách đây
mục cha
commit
14d42b26bb
2 tập tin đã thay đổi với 7 bổ sung1 xóa
  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"
   },