Skip to content

Commit 1e28bc6

Browse files
authored
Merge pull request #4844 from LibreSign/backport/4843/stable31
[stable31] chore: changelog
2 parents ce1b819 + 9eae5b3 commit 1e28bc6

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ Types of changes:
1818

1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
21+
## 11.1.1 - 2025-04-12
22+
### Fixes
23+
- fix: only load backup if exists [#4841](https://github.com/LibreSign/libresign/pull/4841)
24+
- fix typo: descriptin -> description [#4837](https://github.com/LibreSign/libresign/pull/4837)
25+
26+
## 10.7.1 - 2025-04-12
27+
### Fixes
28+
- fix: only load backup if exists [#4840](https://github.com/LibreSign/libresign/pull/4840)
29+
- fix typo: descriptin -> description [#4836](https://github.com/LibreSign/libresign/pull/4836)
30+
31+
## 9.9.6 - 2025-04-12
32+
### Fixes
33+
- fix: only load backup if exists [#4842](https://github.com/LibreSign/libresign/pull/4842)
34+
2135
## 11.1.0 - 2025-04-11
2236
### Features
2337
- feat: customize signature stamp [#4827](https://github.com/LibreSign/libresign/pull/4827)

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>11.1.0</version>
28+
<version>11.1.1</version>
2929
<licence>agpl</licence>
3030
<author mail="contact@librecode.coop" 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": "11.1.0",
4+
"version": "11.1.1",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)