From 1011917b361fdf0333c21ae0c451d6658a2b3c1d Mon Sep 17 00:00:00 2001 From: Crisciany Date: Fri, 13 Dec 2024 10:11:05 -0400 Subject: [PATCH] chore: changelog [skip ci] Signed-off-by: Crisciany --- CHANGELOG.md | 12 ++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af747a01e..b36f8f1d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,18 @@ Types of changes: - *Security* in case of vulnerabilities. +## 9.7.4 - 2024-12-13 +### Fixes +* fix: load signature methods [4143](https://github.com/LibreSign/libresign/pull/4143) +* fix: footer in pages with different sizes [4141](https://github.com/LibreSign/libresign/pull/4141) +* fix: consider filter status to toggle components [4101](https://github.com/LibreSign/libresign/pull/4101) +* fix: block access to route when isn't allowed by admin [4095](https://github.com/LibreSign/libresign/pull/4095) + +### Changes +* Update translations +* Bump dependencies +* chore: clean code [4089](https://github.com/LibreSign/libresign/pull/4089) + ## 9.7.3 - 2024-11-30 ### Fixes * fix: prevent error when using PostgreSQL [4081](https://github.com/LibreSign/libresign/pull/4081) diff --git a/appinfo/info.xml b/appinfo/info.xml index da2645da8..96b35fdc3 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) ]]> - 9.7.3 + 9.7.4 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index d3cd42422..e7dc54d01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "9.7.3", + "version": "9.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "9.7.3", + "version": "9.7.4", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.1.0", diff --git a/package.json b/package.json index 30ced1ecb..db298245a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "9.7.3", + "version": "9.7.4", "license": "agpl", "private": true, "scripts": {