StandardNotes CI
2022-11-09 20:52:23 +00:00
parent 3498130bfb
commit c961d5e17d
16 changed files with 44 additions and 8 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.9](https://github.com/standardnotes/app/compare/@standardnotes/api@1.19.8...@standardnotes/api@1.19.9) (2022-11-09)
### Bug Fixes
* load blocking by network await ([#1989](https://github.com/standardnotes/app/issues/1989)) ([3498130](https://github.com/standardnotes/app/commit/3498130bfb4e7ee9764e5c687844fd78bf909150))
## [1.19.8](https://github.com/standardnotes/app/compare/@standardnotes/api@1.19.7...@standardnotes/api@1.19.8) (2022-11-09)
**Note:** Version bump only for package @standardnotes/api

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/api",
"version": "1.19.8",
"version": "1.19.9",
"engines": {
"node": ">=16.0.0 <17.0.0"
},