Skip to content

Commit

Permalink
Merge pull request #10 from nextcloud/release/1.0.1
Browse files Browse the repository at this point in the history
chore: perpare v1.0.1 release
  • Loading branch information
edward-ly authored Aug 22, 2024
2 parents dd0eefc + a5ff18a commit 8954617
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.1] - 2024-08-22

### Changed

- Multiple dependency upgrades. #8

### Fixed

- Channel topic validation on submit. #9
- Channel type check on channel change. #7

## [1.0.0] - 2024-07-22

### Added

- Upload selected Nextcloud files to configured Zulip instance.

[Unreleased]: https://github.com/nextcloud/integration_zulip/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/nextcloud/integration_zulip/compare/v1.0.1...HEAD
[1.0.0]: 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 @@ -4,7 +4,7 @@
<name>Zulip Integration</name>
<summary>Integration of Zulip</summary>
<description><![CDATA[Zulip integration lets you send files to Zulip from Nextcloud Files.]]></description>
<version>1.0.0</version>
<version>1.0.1</version>
<licence>agpl</licence>
<author>Edward Ly</author>
<namespace>Zulip</namespace>
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "1.0.1",
"description": "Zulip integration",
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
Expand Down

0 comments on commit 8954617

Please sign in to comment.