StandardNotes CI
2022-11-14 14:33:18 +00:00
parent f656185c16
commit 97dedc8523
24 changed files with 72 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.44.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.43.0...@standardnotes/services@1.44.0) (2022-11-14)
### Features
* GUI to create smart views ([#1997](https://github.com/standardnotes/app/issues/1997)) ([f656185](https://github.com/standardnotes/app/commit/f656185c167b3306d408dc486970836efa1d70c5))
# [1.43.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.42.8...@standardnotes/services@1.43.0) (2022-11-13)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/services",
"version": "1.43.0",
"version": "1.44.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},