chore(release): publish

- @standardnotes/desktop@3.23.34
 - @standardnotes/encryption@1.10.1
 - @standardnotes/mobile@3.27.1
 - @standardnotes/releases@1.2.48
 - @standardnotes/web-server@1.2.56
 - @standardnotes/web@3.33.1
This commit is contained in:
StandardNotes CI
2022-07-05 09:33:57 +00:00
parent 945248d7d3
commit 4feaff2621
12 changed files with 32 additions and 6 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.10.1](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.10.0...@standardnotes/encryption@1.10.1) (2022-07-05)
### Bug Fixes
* encryption exports ([#1205](https://github.com/standardnotes/app/issues/1205)) ([945248d](https://github.com/standardnotes/app/commit/945248d7d3f0ac0fa153aeedd8ad18d64f30d6be))
# 1.10.0 (2022-07-05)
### Features

View File

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