Skip to content

Commit

Permalink
release v1.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jana Peper <[email protected]>
  • Loading branch information
janepie committed Nov 15, 2024
1 parent 8dc24e9 commit 17cd729
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
36 changes: 36 additions & 0 deletions .nextcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.git
.github
.gitignore
.tx
.vscode
.php-cs-fixer.*
/.codecov.yml
/.eslintrc.js
/.gitattributes
/.gitignore
/.l10nignore
/.nextcloudignore
/.travis.yml
/.pre-commit-config.yaml
/babel.config.js
/build
/CODE_OF_CONDUCT.md
/composer.*
/node_modules
/screenshots
/src
/vendor/bin
/jest.config.js
/Makefile
/makefile
/krankerl.toml
/package-lock.json
/package.json
/postcss.config.js
/psalm.xml
/pyproject.toml
/renovate.json
/stylelint.config.js
/webpack.config.js
/webpack.js
tests
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.3 - 2024-11-15

### Added

- nextcloudignore file

## 1.0.2 - 2024-11-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Integration Documenso</name>
<summary>Sign files via Documenso Service.</summary>
<description>Sign files via Documenso Service.</description>
<version>1.0.2</version>
<version>1.0.3</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="">Jana Peper</author>
<namespace>Documenso</namespace>
Expand Down

0 comments on commit 17cd729

Please sign in to comment.