StandardNotes CI
2022-11-28 22:08:20 +00:00
parent 767d354780
commit 02eb969e07
25 changed files with 87 additions and 15 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.38.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.37.9...@standardnotes/models@1.38.0) (2022-11-28)
### Features
* display number of files for 'Files' view ([#2065](https://github.com/standardnotes/app/issues/2065)) ([767d354](https://github.com/standardnotes/app/commit/767d3547804bc98693dcc769baeed943c24426f3))
## [1.37.9](https://github.com/standardnotes/app/compare/@standardnotes/models@1.37.8...@standardnotes/models@1.37.9) (2022-11-28)
### Bug Fixes

View File

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