StandardNotes CI
2022-11-02 11:07:55 +00:00
parent b2faa815e9
commit 1498cce37f
32 changed files with 102 additions and 16 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.25.0](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.24.10...@standardnotes/filepicker@1.25.0) (2022-11-02)
### Features
* add sending user requests to process ([#1908](https://github.com/standardnotes/app/issues/1908)) ([b2faa81](https://github.com/standardnotes/app/commit/b2faa815e967a9e7052b3ce6955e967c6bc68864))
## [1.24.10](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.24.9...@standardnotes/filepicker@1.24.10) (2022-10-27)
**Note:** Version bump only for package @standardnotes/filepicker

View File

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