Skip to content

Commit 184c23d

Browse files
authored
Merge pull request #5560 from LibreSign/backport/5558/stable32
[stable32] chore(release): Changelog for 12.0.1 and 11.5.1
2 parents 8bbacbb + e8f46a3 commit 184c23d

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

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

1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
21+
## 12.0.1 - 2025-11-13
22+
### Fixes
23+
- fix: prevent error when the response dont have data [#5554](https://github.com/LibreSign/libresign/pull/5554)
24+
- fix: workaround to make compatible with different structures [#5556](https://github.com/LibreSign/libresign/pull/5556)
25+
26+
## 11.5.1 - 2025-11-13
27+
### Fixes
28+
- fix: prevent error when the response dont have data [#5553](https://github.com/LibreSign/libresign/pull/5553)
29+
- fix: workaround to make compatible with different structures [#5555](https://github.com/LibreSign/libresign/pull/5555)
2130

2231
## 12.0.0 - 2025-11-10
2332
### Features

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>12.0.0</version>
28+
<version>12.0.1</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": "12.0.0",
4+
"version": "12.0.1",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)