StandardNotes CI
2022-10-25 13:00:00 +00:00
parent ee7f11c933
commit 3b1892ed5a
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.31.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.30.0...@standardnotes/models@1.31.0) (2022-10-25)
### Features
* per-tag display preferences ([#1868](https://github.com/standardnotes/app/issues/1868)) ([ee7f11c](https://github.com/standardnotes/app/commit/ee7f11c933285234b20fa2d5db4fcf0d6a5dce9d))
# [1.30.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.29.1...@standardnotes/models@1.30.0) (2022-10-21)
### Features

View File

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