Skip to content

Commit

Permalink
Merge pull request #4375 from LibreSign/backport/4373/stable29
Browse files Browse the repository at this point in the history
[stable29] chore: changelog
  • Loading branch information
vitormattos authored Jan 16, 2025
2 parents 2621b70 + affcfc9 commit 0e5146b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Types of changes:
- *Security* in case of vulnerabilities.

<!-- changelog-linker -->
## 9.8.2 - 2025-01-16
### fixes
- fix: handle settings after backend upgrade [#4371](https://github.com/LibreSign/libresign/pull/4371)
- fix: prevent error when is empty files [#4370](https://github.com/LibreSign/libresign/pull/4370)
- fix: validation url [#4363](https://github.com/LibreSign/libresign/pull/4363)
- fix: prevent error when get timeout from api [#4358](https://github.com/LibreSign/libresign/pull/4358)
- fix: close dialog after submit [#4355](https://github.com/LibreSign/libresign/pull/4355)

## 9.8.1 - 2025-01-16
### fixes
- fix: submit on click [#4342](https://github.com/LibreSign/libresign/pull/4342)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
]]></description>
<version>9.8.1</version>
<version>9.8.2</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://librecode.coop">LibreCode</author>
<documentation>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
"version": "9.8.1",
"version": "9.8.2",
"license": "agpl",
"private": true,
"scripts": {
Expand Down

0 comments on commit 0e5146b

Please sign in to comment.