chore(release): publish

- @standardnotes/api@1.6.1
 - @standardnotes/desktop@3.23.107
 - @standardnotes/encryption@1.14.4
 - @standardnotes/filepicker@1.22.4
 - @standardnotes/files@1.9.4
 - @standardnotes/mobile@3.31.23
 - @standardnotes/releases@1.3.29
 - @standardnotes/services@1.17.4
 - @standardnotes/snjs@2.125.6
 - @standardnotes/ui-services@1.1.5
 - @standardnotes/web@3.45.11
This commit is contained in:
StandardNotes CI
2022-09-01 09:10:28 +00:00
parent 8792771d27
commit 9719c6fcac
22 changed files with 57 additions and 11 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.14.4](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.14.3...@standardnotes/encryption@1.14.4) (2022-09-01)
### Bug Fixes
* **encryption:** make package public for resolution on @standardnotes/api package ([8792771](https://github.com/standardnotes/app/commit/8792771d27ba926b83bc7b89749c4b1982871c1b))
## [1.14.3](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.14.2...@standardnotes/encryption@1.14.3) (2022-08-31)
**Note:** Version bump only for package @standardnotes/encryption

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/encryption",
"version": "1.14.3",
"version": "1.14.4",
"engines": {
"node": ">=16.0.0 <17.0.0"
},