Skip to content

Commit

Permalink
Merge pull request #21 from nextcloud/release/1.0.3
Browse files Browse the repository at this point in the history
chore: perpare v1.0.3 release
  • Loading branch information
edward-ly authored Sep 20, 2024
2 parents 060c077 + 4799abf commit 00f6f75
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.3] - 2024-09-20

### Changed

- Multiple dependency upgrades. #20

## [1.0.2] - 2024-09-16

### Added
Expand All @@ -30,7 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Upload selected Nextcloud files to configured Zulip instance.

[Unreleased]: https://github.com/nextcloud/integration_zulip/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/nextcloud/integration_zulip/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/nextcloud/integration_zulip/releases/tag/v1.0.3
[1.0.2]: https://github.com/nextcloud/integration_zulip/releases/tag/v1.0.2
[1.0.1]: https://github.com/nextcloud/integration_zulip/releases/tag/v1.0.1
[1.0.0]: https://github.com/nextcloud/integration_zulip/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These values can be found in and copied from your Zulip account's `zuliprc` file
If those settings are not configured, a link to the "Connected accounts" user settings page will be displayed when attempting to send a file to a Zulip user/topic.
The context menu to send a file can be accessed by right clicking on the file/folder to be shared or selecting them and clicking on the "Actions" button.
]]></description>
<version>1.0.2</version>
<version>1.0.3</version>
<licence>agpl</licence>
<author>Edward Ly</author>
<namespace>Zulip</namespace>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration_zulip",
"version": "1.0.2",
"version": "1.0.3",
"description": "Zulip integration",
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
Expand Down

0 comments on commit 00f6f75

Please sign in to comment.