StandardNotes CI
2022-11-18 04:18:24 +00:00
parent 87f86693a6
commit 4b081890fd
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.37.4](https://github.com/standardnotes/app/compare/@standardnotes/models@1.37.3...@standardnotes/models@1.37.4) (2022-11-18)
### Bug Fixes
* **snjs:** keep apply payload timestamp when using keep base conflict strategy ([#2031](https://github.com/standardnotes/app/issues/2031)) ([87f8669](https://github.com/standardnotes/app/commit/87f86693a67a36972f0e44a883b18a7129c36893))
## [1.37.3](https://github.com/standardnotes/app/compare/@standardnotes/models@1.37.2...@standardnotes/models@1.37.3) (2022-11-17)
**Note:** Version bump only for package @standardnotes/models

View File

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