chore(release): publish new version

- @standardnotes/[email protected]
This commit is contained in:
standardci
2023-09-05 06:49:48 +00:00
parent 72ab08a0d0
commit 201872fd5f
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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.31](https://github.com/standardnotes/server/compare/@standardnotes/[email protected]...@standardnotes/[email protected]) (2023-09-05)
### Bug Fixes
* **websockets:** issue with sending messages to active websocket connections ([#806](https://github.com/standardnotes/server/issues/806)) ([72ab08a](https://github.com/standardnotes/server/commit/72ab08a0d09a18700298544c136ba3d202962d07))
## [1.10.30](https://github.com/standardnotes/server/compare/@standardnotes/[email protected]...@standardnotes/[email protected]) (2023-09-04)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/websockets-server",
"version": "1.10.30",
"version": "1.10.31",
"engines": {
"node": ">=18.0.0 <21.0.0"
},