From afb28c7b93e5b8b968736b287a68166044525219 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 11 Jul 2024 20:25:19 -0300 Subject: [PATCH] chore: changelog [skip ci] Signed-off-by: Vitor Mattos --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79039d3c1f..923c317053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ Types of changes: - *Security* in case of vulnerabilities. +## 8.2.1 - 2024-07-11 +### Fixes +* fix: setup at alpine #3354 + ## 8.2.0 - 2024-07-11 ### Changed * apply cs fixer [#3335](https://github.com/LibreSign/libresign/pull/3335) diff --git a/appinfo/info.xml b/appinfo/info.xml index 555532ba25..9ea58ee116 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) ]]> - 8.2.0 + 8.2.1 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index 883e2d37b0..c3e50424ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "8.2.0", + "version": "8.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "8.2.0", + "version": "8.2.1", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.0.18", diff --git a/package.json b/package.json index 9d241525c6..ae404421ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "8.2.0", + "version": "8.2.1", "license": "agpl", "private": true, "scripts": {