chore(release): publish

- @standardnotes/desktop@3.23.130
 - @standardnotes/mobile@3.34.2
 - @standardnotes/releases@1.3.53
 - @standardnotes/snjs@2.129.2
 - @standardnotes/web@3.49.2
This commit is contained in:
StandardNotes CI
2022-09-19 13:17:25 +00:00
parent 038320b2fd
commit 46f3e873a5
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.129.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.129.1...@standardnotes/snjs@2.129.2) (2022-09-19)
### Bug Fixes
* **snjs:** pass unencrypted file size to comply with file service interface ([#1595](https://github.com/standardnotes/app/issues/1595)) ([038320b](https://github.com/standardnotes/app/commit/038320b2fda8348810db586c70b0998647519fd6))
## [2.129.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.129.0...@standardnotes/snjs@2.129.1) (2022-09-15)
**Note:** Version bump only for package @standardnotes/snjs

View File

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