chore(release): publish

- @standardnotes/api@1.8.4
 - @standardnotes/desktop@3.23.169
 - @standardnotes/encryption@1.15.6
 - @standardnotes/filepicker@1.23.6
 - @standardnotes/files@1.10.6
 - @standardnotes/mobile@3.37.3
 - @standardnotes/releases@1.3.94
 - @standardnotes/services@1.22.1
 - @standardnotes/sncrypto-common@1.12.0
 - @standardnotes/sncrypto-web@1.13.0
 - @standardnotes/snjs@2.133.1
 - @standardnotes/ui-services@1.3.6
 - @standardnotes/web@3.62.3
This commit is contained in:
StandardNotes CI
2022-09-28 15:16:53 +00:00
parent eafa65e934
commit f6d0aa0f0a
26 changed files with 71 additions and 13 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.12.0](https://github.com/standardnotes/app/compare/@standardnotes/sncrypto-common@1.11.1...@standardnotes/sncrypto-common@1.12.0) (2022-09-28)
### Features
* **crypto:** pkc algos for key generation, encrypt, and decrypt ([#1663](https://github.com/standardnotes/app/issues/1663)) ([a83003e](https://github.com/standardnotes/app/commit/a83003ee69d144c8e80eaee20bc7be2533d92c63))
## [1.11.1](https://github.com/standardnotes/app/compare/@standardnotes/sncrypto-common@1.11.0...@standardnotes/sncrypto-common@1.11.1) (2022-08-23)
**Note:** Version bump only for package @standardnotes/sncrypto-common

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/sncrypto-common",
"version": "1.11.1",
"version": "1.12.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},