StandardNotes CI
2025-12-18 13:00:02 +00:00
parent 0109a01897
commit 5944cead98
23 changed files with 79 additions and 11 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.20.16](https://github.com/standardnotes/app/compare/@standardnotes/files@1.20.15...@standardnotes/files@1.20.16) (2025-12-18)
### Bug Fixes
* Shows informative error on UI when file upload limit is reached ([#2961](https://github.com/standardnotes/app/issues/2961)) ([844b7a7](https://github.com/standardnotes/app/commit/844b7a7a2b26bd4e74c2d8d36ddfa9e28b47f589))
## [1.20.15](https://github.com/standardnotes/app/compare/@standardnotes/files@1.20.14...@standardnotes/files@1.20.15) (2025-11-06)
**Note:** Version bump only for package @standardnotes/files

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/files",
"version": "1.20.15",
"version": "1.20.16",
"engines": {
"node": ">=16.0.0 <17.0.0"
},