chore(release): publish

- @standardnotes/api@1.8.0
 - @standardnotes/desktop@3.23.134
 - @standardnotes/mobile@3.35.2
 - @standardnotes/releases@1.3.57
 - @standardnotes/services@1.21.1
 - @standardnotes/snjs@2.130.1
 - @standardnotes/ui-services@1.2.6
 - @standardnotes/web@3.50.2
This commit is contained in:
StandardNotes CI
2022-09-20 11:59:06 +00:00
parent 4a773fa537
commit 023d1665b6
16 changed files with 44 additions and 8 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.
# [1.8.0](https://github.com/standardnotes/app/compare/@standardnotes/api@1.7.2...@standardnotes/api@1.8.0) (2022-09-20)
### Features
* **api:** add websocket api definitions ([4a773fa](https://github.com/standardnotes/app/commit/4a773fa53796e17ce5df325ed7d40ba2cb686476))
## [1.7.2](https://github.com/standardnotes/app/compare/@standardnotes/api@1.7.1...@standardnotes/api@1.7.2) (2022-09-15)
**Note:** Version bump only for package @standardnotes/api

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/api",
"version": "1.7.2",
"version": "1.8.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},