Skip to content

Commit b33af1a

Browse files
authored
Merge pull request #4831 from LibreSign/backport/4828/stable29
[stable29] chore: changelog
2 parents 8091d74 + 527566e commit b33af1a

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ Types of changes:
1313
- *Security* in case of vulnerabilities.
1414

1515
<!-- changelog-linker -->
16+
<!-- changelog-linker -->
17+
## 9.9.5 - 2025-04-11
18+
### Changes
19+
- Update translations
20+
- Bump dependencies
21+
- chore: cover jsignparam with tests [#4788](https://github.com/LibreSign/libresign/pull/4788)
22+
- refactor: adding types to entities [#4774](https://github.com/LibreSign/libresign/pull/4774)
23+
24+
### Fixes
25+
- fix: optimize file loading [#4825](https://github.com/LibreSign/libresign/pull/4825)
26+
- fix: time stamp when then document signed [#4824](https://github.com/LibreSign/libresign/pull/4824)
27+
- fix: prevent error when collect metadata [#4785](https://github.com/LibreSign/libresign/pull/4785)
28+
- refactor: fix var typo [#4777](https://github.com/LibreSign/libresign/pull/4777)
29+
- fix: psalm issue [#4759](https://github.com/LibreSign/libresign/pull/4759)
30+
1631
## 9.9.4 - 2025-03-20
1732
### Changes
1833
- Update translations

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
2525
2626
* [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)
2727
]]></description>
28-
<version>9.9.4</version>
28+
<version>9.9.5</version>
2929
<licence>agpl</licence>
3030
<author mail="[email protected]" homepage="https://librecode.coop">LibreCode</author>
3131
<documentation>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libresign",
33
"description": "A app for signing documents",
4-
"version": "9.9.4",
4+
"version": "9.9.5",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)