chore(release): publish

- @standardnotes/api@1.26.14
 - @standardnotes/clipper@1.1.51
 - @standardnotes/desktop@3.106.60
 - @standardnotes/mobile@3.53.60
 - @standardnotes/releases@1.4.328
 - @standardnotes/services@1.60.3
 - @standardnotes/snjs@2.169.3
 - @standardnotes/ui-services@1.26.18
 - @standardnotes/web@3.162.3
This commit is contained in:
StandardNotes CI
2023-06-25 20:42:27 +00:00
parent bb804fff45
commit 4b93dc35a8
19 changed files with 60 additions and 9 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.26.14](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.13...@standardnotes/api@1.26.14) (2023-06-25)
### Bug Fixes
* fixes issue where a renewed session would in some cases would not save to disk, causing a reauthentication prompt to occur ([bb804ff](https://github.com/standardnotes/app/commit/bb804fff45328eef3c66ec3a48dc000c21e37020))
## [1.26.13](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.12...@standardnotes/api@1.26.13) (2023-06-25)
**Note:** Version bump only for package @standardnotes/api

View File

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