chore(release): publish

- @standardnotes/api@1.8.3
 - @standardnotes/desktop@3.23.154
 - @standardnotes/encryption@1.15.5
 - @standardnotes/filepicker@1.23.5
 - @standardnotes/files@1.10.5
 - @standardnotes/mobile@3.36.5
 - @standardnotes/models@1.19.0
 - @standardnotes/releases@1.3.77
 - @standardnotes/services@1.21.4
 - @standardnotes/snjs@2.132.5
 - @standardnotes/ui-services@1.3.2
 - @standardnotes/web@3.57.0
This commit is contained in:
StandardNotes CI
2022-09-24 11:03:09 +00:00
parent d3621d70b1
commit c2a1918843
24 changed files with 64 additions and 12 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.19.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.18.4...@standardnotes/models@1.19.0) (2022-09-24)
### Features
* new note title format w/ prefs ([#1629](https://github.com/standardnotes/app/issues/1629)) ([d3621d7](https://github.com/standardnotes/app/commit/d3621d70b1a34537417b06830275467055b753cb))
## [1.18.4](https://github.com/standardnotes/app/compare/@standardnotes/models@1.18.3...@standardnotes/models@1.18.4) (2022-09-23)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/models",
"version": "1.18.4",
"version": "1.19.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},