From a67866b5dca1097c4e98f48ecdd72eda184f5a33 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 11 Jul 2024 13:48:26 -0300 Subject: [PATCH] chore: changelog [skip ci] Signed-off-by: Vitor Mattos --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d594f2c6a8..208b84dd51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,36 @@ Types of changes: +## 9.2.0 - 2024-07-11 +### Changed +* bump cs fixer [#3328](https://github.com/LibreSign/libresign/pull/3328) +* ui improvements [#3331](https://github.com/LibreSign/libresign/pull/3331) +* js optimizations [#3323](https://github.com/LibreSign/libresign/pull/3323) +* reduce a query when delete file [#3321](https://github.com/LibreSign/libresign/pull/3321) +* bump dependencies [#3309](https://github.com/LibreSign/libresign/pull/3309) +* use engine name at tip [#3306](https://github.com/LibreSign/libresign/pull/3306) + +### Fixes +* install and check process [#3342](https://github.com/LibreSign/libresign/pull/3342) +* prevent error when try to create folder and alreay exists [#3338](https://github.com/LibreSign/libresign/pull/3338) +* Prevent error when haven't ps command [#3316](https://github.com/LibreSign/libresign/pull/3316) + +## 8.2.0 - 2024-07-11 +### Changed +* apply cs fixer [#3335](https://github.com/LibreSign/libresign/pull/3335) +* bump cs fixer [#3327](https://github.com/LibreSign/libresign/pull/3327) +* ui improvements [#3330](https://github.com/LibreSign/libresign/pull/3330) +* js optimizations [#3322](https://github.com/LibreSign/libresign/pull/3322) +* reduce a query when delete file [#3319](https://github.com/LibreSign/libresign/pull/3319) +* bump dependencies [#3308](https://github.com/LibreSign/libresign/pull/3308) +* use engine name at tip [#3305](https://github.com/LibreSign/libresign/pull/3305) + +### Fixes +* install and check process [#3341](https://github.com/LibreSign/libresign/pull/3341) +* prevent error when try to create folder and alreay exists [#3339](https://github.com/LibreSign/libresign/pull/3339) +* prevent error when access method of Nextcloud 29 [#3317](https://github.com/LibreSign/libresign/pull/3317) +* Prevent error when haven't ps command [#3315](https://github.com/LibreSign/libresign/pull/3315) + ## 9.1.3 - 2024-07-08 ### Changed * chore: update workflows [3254](https://github.com/LibreSign/libresign/pull/3254) diff --git a/appinfo/info.xml b/appinfo/info.xml index b0002086e5..ff5c4b77ed 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.1.3 + 9.2.0 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index 81b1524202..91b78266f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "9.1.3", + "version": "9.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "9.1.3", + "version": "9.2.0", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.0.18", diff --git a/package.json b/package.json index 2f97c44502..f142f9bf3b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "9.1.3", + "version": "9.2.0", "license": "agpl", "private": true, "scripts": {