Skip to content

Commit

Permalink
Merge pull request #3707 from LibreSign/backport/3706/stable30
Browse files Browse the repository at this point in the history
[stable30] chore: changelog
  • Loading branch information
vitormattos authored Sep 15, 2024
2 parents 2710885 + d00b8ce commit 4bee1d4
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 4 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,45 @@ Types of changes:
- *Security* in case of vulnerabilities.

<!-- changelog-linker -->
## 10.0.2 - 2024-09-14
### Fixes
* fix: ajust condition to filter file list[3702](https://github.com/LibreSign/libresign/pull/3702)
* fix: prevent warning when check if array has key[3692](https://github.com/LibreSign/libresign/pull/3692)
* fix: prevent duplicate text[3688](https://github.com/LibreSign/libresign/pull/3688)
* fix: notification parameters need to be string[3683](https://github.com/LibreSign/libresign/pull/3683)

### Changes
* chore: adjust filter condition[3705](https://github.com/LibreSign/libresign/pull/3705)
* chore: validation setup improvement[3697](https://github.com/LibreSign/libresign/pull/3697)
* bump dependencies
* Update translations

## 9.3.2 - 2024-09-14
### Fixes
* fix: ajust condition to filter file list [3701](https://github.com/LibreSign/libresign/pull/3701)
* fix: prevent warning when check if array has key [3691](https://github.com/LibreSign/libresign/pull/3691)
* fix: prevent duplicate text [3689](https://github.com/LibreSign/libresign/pull/3689)
* fix: notification parameters need to be string [3682](https://github.com/LibreSign/libresign/pull/3682)

### Changes
* chore: adjust filter condition [3704](https://github.com/LibreSign/libresign/pull/3704)
* chore: validation setup improvement [3696](https://github.com/LibreSign/libresign/pull/3696)
* bump dependencies
* Update translations

## 8.3.2 - 2024-09-14
### Fixes
* fix: ajust condition to filter file list [3700](https://github.com/LibreSign/libresign/pull/3700)
* fix: prevent warning when check if array has key [3690](https://github.com/LibreSign/libresign/pull/3690)
* fix: prevent duplicate text [3687](https://github.com/LibreSign/libresign/pull/3687)
* fix: notification parameters need to be string [3681](https://github.com/LibreSign/libresign/pull/3681)

### Changes
* chore: adjust filter condition [3703](https://github.com/LibreSign/libresign/pull/3703)
* chore: validation setup improvement [3695](https://github.com/LibreSign/libresign/pull/3695)
* bump dependencies
* Update translations

## 10.0.1 - 2024-09-10
### Fixes
* fix: check linux distro when get java path [3655](https://github.com/LibreSign/libresign/pull/3655)
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>10.0.1</version>
<version>10.0.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": "10.0.1",
"version": "10.0.2",
"license": "agpl",
"private": true,
"scripts": {
Expand Down

0 comments on commit 4bee1d4

Please sign in to comment.