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.
## [2.211.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.211.1...@standardnotes/snjs@2.211.2) (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))
## [2.211.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.211.0...@standardnotes/snjs@2.211.1) (2025-11-06)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.211.1",
"version": "2.211.2",
"engines": {
"node": ">=16.0.0 <17.0.0"
},