StandardNotes CI
2022-12-01 18:22:56 +00:00
parent 28e43d37c0
commit 621bf1b810
27 changed files with 93 additions and 13 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.27.0](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.26.5...@standardnotes/filepicker@1.27.0) (2022-12-01)
### Features
* download and preview files from local backups automatically, if a local backup is available ([#2076](https://github.com/standardnotes/app/issues/2076)) ([28e43d3](https://github.com/standardnotes/app/commit/28e43d37c00c5cd97129c4b83266f7a234bd9857))
## [1.26.5](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.26.4...@standardnotes/filepicker@1.26.5) (2022-12-01)
**Note:** Version bump only for package @standardnotes/filepicker

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/filepicker",
"version": "1.26.5",
"version": "1.27.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},