Changelog

Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
Vitor Mattos 2022-10-23 20:53:47 -03:00
parent 76b992d093
commit 9f88f3bffe
No known key found for this signature in database
GPG key ID: B7AB4B76A7CA7318
3 changed files with 9 additions and 2 deletions

View file

@ -13,6 +13,13 @@ Types of changes:
- *Security* in case of vulnerabilities.
<!-- changelog-linker -->
## 4.2.0 - 2022-10-23
### Changed
* Easy setup without necessity to run commands in server
* Updated translations
* Bump JSignPdf
* Prevent delete signed file when original file was deleted
## 4.1.3 - 2022-08-04
### Fixed
- General adjusts and updates

View file

@ -9,7 +9,7 @@
]]>
</description>
<version>4.1.3</version>
<version>4.2.0</version>
<licence>agpl</licence>
<author mail="contact@librecode.coop" homepage="https://librecode.coop">Libre Code</author>
<documentation>

View file

@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
"version": "4.1.3",
"version": "4.2.0",
"license": "agpl",
"private": true,
"scripts": {