StandardNotes CI
2023-01-03 20:43:29 +00:00
parent 3c332a35f6
commit 8ff7fb605a
27 changed files with 91 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.41.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.40.4...@standardnotes/models@1.41.0) (2023-01-03)
### Features
* improve initial load performance on mobile ([#2126](https://github.com/standardnotes/app/issues/2126)) ([3c332a3](https://github.com/standardnotes/app/commit/3c332a35f6024c46020a1d6ac68a5df989804142))
## [1.40.4](https://github.com/standardnotes/app/compare/@standardnotes/models@1.40.3...@standardnotes/models@1.40.4) (2023-01-03)
**Note:** Version bump only for package @standardnotes/models

View File

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