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.
## [2.151.6](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.151.5...@standardnotes/snjs@2.151.6) (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))
## [2.151.5](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.151.4...@standardnotes/snjs@2.151.5) (2022-11-17)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.151.5",
"version": "2.151.6",
"engines": {
"node": ">=16.0.0 <17.0.0"
},