StandardNotes CI
2023-06-29 12:58:00 +00:00
parent 476c5b4bdb
commit d16e401bb9
29 changed files with 87 additions and 14 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.46.4](https://github.com/standardnotes/app/compare/@standardnotes/models@1.46.3...@standardnotes/models@1.46.4) (2023-06-29)
### Bug Fixes
* Fixed issue where Conflicts view is shown but the list is empty ([69de0e4](https://github.com/standardnotes/app/commit/69de0e448fc8098b89fa1382c27d0d88c99b6600))
## [1.46.3](https://github.com/standardnotes/app/compare/@standardnotes/models@1.46.2...@standardnotes/models@1.46.3) (2023-06-27)
**Note:** Version bump only for package @standardnotes/models

View File

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