chore(release): publish

- @standardnotes/desktop@3.100.18
 - @standardnotes/mobile@3.46.28
 - @standardnotes/releases@1.3.254
 - @standardnotes/snjs@2.151.8
 - @standardnotes/web@3.104.1
This commit is contained in:
StandardNotes CI
2022-11-22 10:15:26 +00:00
parent c5e104f90b
commit b3140f1623
10 changed files with 27 additions and 5 deletions

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.
## [2.151.8](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.151.7...@standardnotes/snjs@2.151.8) (2022-11-22)
### Bug Fixes
* **snjs:** add handling errors on creating websocket connection ([c5e104f](https://github.com/standardnotes/app/commit/c5e104f90bcd0d494b9d4adc0b27f2f942dfe71c))
## [2.151.7](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.151.6...@standardnotes/snjs@2.151.7) (2022-11-18)
**Note:** Version bump only for package @standardnotes/snjs

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.151.7",
"version": "2.151.8",
"engines": {
"node": ">=16.0.0 <17.0.0"
},