chore(release): publish

- @standardnotes/api@1.12.0
 - @standardnotes/components-meta@2.7.17
 - @standardnotes/desktop@3.23.201
 - @standardnotes/encryption@1.16.1
 - @standardnotes/features@1.52.3
 - @standardnotes/filepicker@1.23.13
 - @standardnotes/files@1.10.13
 - @standardnotes/mobile@3.41.4
 - @standardnotes/models@1.24.1
 - @standardnotes/releases@1.3.128
 - @standardnotes/responses@1.10.5
 - @standardnotes/services@1.27.0
 - @standardnotes/snjs@2.136.1
 - @standardnotes/ui-services@1.6.3
 - @standardnotes/utils@1.9.1
 - @standardnotes/web@3.71.3
This commit is contained in:
StandardNotes CI
2022-10-10 11:26:23 +00:00
parent 85d2415625
commit dcb8024deb
32 changed files with 113 additions and 16 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.9.1](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.9.0...@standardnotes/utils@1.9.1) (2022-10-10)
### Bug Fixes
* **api:** workspace creation arguments ([a275a45](https://github.com/standardnotes/app/commit/a275a45753abc4a29a89de5fe784260165297bbe))
# [1.9.0](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.8.3...@standardnotes/utils@1.9.0) (2022-09-13)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/utils",
"version": "1.9.0",
"version": "1.9.1",
"engines": {
"node": ">=16.0.0 <17.0.0"
},