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.48.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.47.2...@standardnotes/services@1.48.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.47.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.47.1...@standardnotes/services@1.47.2) (2022-11-28)
**Note:** Version bump only for package @standardnotes/services

View File

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