Skip to content

Commit a079483

Browse files
committed
Prepare 1.3.3
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
1 parent 10a1afd commit a079483

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.3.3] - 2026-04-14
8+
9+
### Changed
10+
11+
- Change api signature to require etag [#403](https://github.com/nextcloud/approval/pull/403) @lukasdotcom
12+
13+
### Fixed
14+
15+
- Add better error message on users side for failed approval [#365](https://github.com/nextcloud/approval/pull/365) @lukasdotcom
16+
717
## 1.3.2 – 2026-03-16
818

919
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Approve/reject files based on workflows defined by admins.
99
**Warning**: The DocuSign integration is no longer part of this app
1010
and can be installed with [this app](https://apps.nextcloud.com/apps/integration_docusign).
1111
]]></description>
12-
<version>1.3.2</version>
12+
<version>1.3.3</version>
1313
<licence>agpl</licence>
1414
<author>Julien Veyssier</author>
1515
<namespace>Approval</namespace>

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,6 +1,6 @@
11
{
22
"name": "approval",
3-
"version": "1.0.12",
3+
"version": "1.3.3",
44
"description": "Approval",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)