Skip to content

Commit 27caba7

Browse files
committed
Merge pull request #4470 from LibreSign/chore/bump-version
chore: say hello to Nextcloud 31
2 parents 9be7b1b + d8883ab commit 27caba7

7 files changed

+11
-7
lines changed

.github/workflows/npm-audit-fix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
branches: ['main', 'master', 'stable30', 'stable29']
24+
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
2525

2626
name: npm-audit-fix-${{ matrix.branches }}
2727

.github/workflows/update-nextcloud-ocp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
23+
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
2424

2525
name: update-nextcloud-ocp-${{ matrix.branches }}
2626

.github/workflows/update-psalm-baseline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
branches: ["main", "stable30", "stable29", "stable28"]
20+
branches: ['main', 'stable31', 'stable30', 'stable29']
2121

2222
name: update-psalm-baseline-${{ matrix.branches }}
2323

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Types of changes:
1717
- *Security* in case of vulnerabilities.
1818

1919
<!-- changelog-linker -->
20+
## 11.0.0 - 2025-01-27
21+
## Feature
22+
- Say hello to Nexcloud 31
23+
2024
## 10.6.0 - 2025-01-27
2125
### Features
2226
- feat: add extracerts to generated cert [#4427](https://github.com/LibreSign/libresign/pull/4427)

appinfo/info.xml

+1-1
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.0.0-dev.2</version>
28+
<version>11.0.0</version>
2929
<licence>agpl</licence>
3030
<author mail="[email protected]" homepage="https://librecode.coop">LibreCode</author>
3131
<documentation>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)