From 329343753c199aa4b19b5d85593d7a5f4eb9367f Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Sun, 19 Jan 2025 07:08:16 -0300 Subject: [PATCH] chore: changelog [skip ci] Signed-off-by: Vitor Mattos --- CHANGELOG.md | 18 ++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be9552f7c..48c903b9a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,24 @@ Types of changes: - *Security* in case of vulnerabilities. +## 10.5.3 - 2025-01-19 +### Changes +- chore: bump dependencies +- chore: prevent generate unecessary temp file [#4393](https://github.com/LibreSign/libresign/pull/4393) + +### fixes +- fix: view pdf at validation page [#4391](https://github.com/LibreSign/libresign/pull/4391) +- fix: list files with deleted signer [#4385](https://github.com/LibreSign/libresign/pull/4385) + +## 9.8.3 - 2025-01-19 +### Changes +- chore: prevent generate unecessary temp file [#4392](https://github.com/LibreSign/libresign/pull/4392) +- chore: bump dependencies [#4381](https://github.com/LibreSign/libresign/pull/4381) + +### fixes +- fix: view pdf at validation page [#4390](https://github.com/LibreSign/libresign/pull/4390) +- fix: list files with deleted signer [#4384](https://github.com/LibreSign/libresign/pull/4384) + ## 10.5.2 - 2025-01-16 ### fixes - fix: handle settings after backend upgrade [#4372](https://github.com/LibreSign/libresign/pull/4372) diff --git a/appinfo/info.xml b/appinfo/info.xml index 3553b0fc92..b8d02a5c37 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform * [Donate with GitHub Sponsor: ![Donate using GitHub Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/libresign) ]]> - 10.5.2 + 10.5.3 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index 35285fa617..f8c932f59f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "10.5.2", + "version": "10.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "10.5.2", + "version": "10.5.3", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.1.1", diff --git a/package.json b/package.json index 4b0fd7ade9..2cc353e8c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "10.5.2", + "version": "10.5.3", "license": "agpl", "private": true, "scripts": {