StandardNotes CI
2023-01-06 11:59:51 +00:00
parent dd8ccdeadc
commit 5bdbfe9fc7
29 changed files with 90 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.42.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.41.1...@standardnotes/models@1.42.0) (2023-01-06)
### Features
* Added per-tag preference to use table layout and removed "Files Table View" from Labs ([dd8ccde](https://github.com/standardnotes/app/commit/dd8ccdeadc6c2fd7f7ccd66f2dc4b0081616fb2b))
## [1.41.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.41.0...@standardnotes/models@1.41.1) (2023-01-04)
**Note:** Version bump only for package @standardnotes/models

View File

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