Просмотр исходного кода

chore(release): publish new version

 - @standardnotes/websockets-server@1.21.4
standardci 1 год назад
Родитель
Сommit
4600a49e88
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.21.4](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.21.3...@standardnotes/websockets-server@1.21.4) (2023-12-07)
+
+### Bug Fixes
+
+* **websockets:** remove connection trace when it is gone ([#953](https://github.com/standardnotes/server/issues/953)) ([96a2a67](https://github.com/standardnotes/server/commit/96a2a67aa6baa70ddb2d69a9ccbf62df044605e5))
+
 ## [1.21.3](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.21.2...@standardnotes/websockets-server@1.21.3) (2023-12-06)
 
 ### Bug Fixes

+ 1 - 1
packages/websockets/package.json

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