StandardNotes CI
2022-11-16 13:08:31 +00:00
parent 66a898345a
commit 5ee60c8c24
24 changed files with 68 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.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.36.0...@standardnotes/models@1.37.0) (2022-11-16)
### Features
* edit smart view predicate as json ([#2012](https://github.com/standardnotes/app/issues/2012)) ([f3e4ba8](https://github.com/standardnotes/app/commit/f3e4ba87795b82cbd96663b441f87ab80f710d05))
# [1.36.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.35.0...@standardnotes/models@1.36.0) (2022-11-16)
### Features

View File

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