From 9c3f22601c84112ec0a1f1ada15e2de816c40c53 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 23 May 2024 16:43:15 -0300 Subject: [PATCH] chore: update changelog [skip ci] Signed-off-by: Vitor Mattos --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 643e266d5d..a14a2412f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,15 @@ Types of changes: - *Security* in case of vulnerabilities. +## 8.0.2 - 2024-05-10 +### New feature +* feat: finish setup in https://github.com/LibreSign/libresign/pull/3039 + +### Changed +* Updated translations + +### Fixed +* fix: check if is alpine by @backportbot-libresign in https://github.com/LibreSign/libresign/pull/3049 ## 8.0.1 - 2024-05-10 ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index 1e7954bb46..bf26c48df3 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.0.1 + 8.0.2 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index cef21e1899..0fcf5daada 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "8.0.1", + "version": "8.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "8.0.1", + "version": "8.0.2", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.0.18", diff --git a/package.json b/package.json index 13135c1f6b..ab173aad95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "8.0.1", + "version": "8.0.2", "license": "agpl", "private": true, "scripts": {