Skip to content

Commit 8954617

Browse files
authored
Merge pull request #10 from nextcloud/release/1.0.1
chore: perpare v1.0.1 release
2 parents dd0eefc + a5ff18a commit 8954617

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [1.0.1] - 2024-08-22
11+
12+
### Changed
13+
14+
- Multiple dependency upgrades. #8
15+
16+
### Fixed
17+
18+
- Channel topic validation on submit. #9
19+
- Channel type check on channel change. #7
20+
1021
## [1.0.0] - 2024-07-22
1122

1223
### Added
1324

1425
- Upload selected Nextcloud files to configured Zulip instance.
1526

16-
[Unreleased]: https://github.com/nextcloud/integration_zulip/compare/v1.0.0...HEAD
27+
[Unreleased]: https://github.com/nextcloud/integration_zulip/compare/v1.0.1...HEAD
28+
[1.0.0]: https://github.com/nextcloud/integration_zulip/releases/tag/v1.0.1
1729
[1.0.0]: https://github.com/nextcloud/integration_zulip/releases/tag/v1.0.0

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Zulip Integration</name>
55
<summary>Integration of Zulip</summary>
66
<description><![CDATA[Zulip integration lets you send files to Zulip from Nextcloud Files.]]></description>
7-
<version>1.0.0</version>
7+
<version>1.0.1</version>
88
<licence>agpl</licence>
99
<author>Edward Ly</author>
1010
<namespace>Zulip</namespace>

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "integration_zulip",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Zulip integration",
55
"scripts": {
66
"build": "NODE_ENV=production webpack --progress --config webpack.js",

0 commit comments

Comments
 (0)