Skip to content

Commit 4e381e7

Browse files
committed
chore(release): Bump version to 1.5.0
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent 5174410 commit 4e381e7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.5.0-beta.1
3+
## 1.5.0
44

55
### Added
66

@@ -17,6 +17,7 @@
1717
- version-restoring @hweihwang [#830](https://github.com/nextcloud/whiteboard/pull/830)
1818
- Sanitize app state before broadcasting restores @hweihwang [#847](https://github.com/nextcloud/whiteboard/pull/847)
1919
- Reposition buttons and polishing @juliusknorr [#854](https://github.com/nextcloud/whiteboard/pull/854)
20+
- Fix cluster state synchronisation with multiple nodes using redis @hweihwang [#848](https://github.com/nextcloud/whiteboard/pull/848)
2021

2122
### Other
2223

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The official whiteboard app for Nextcloud. It allows users to create and share w
2323
2424
]]>
2525
</description>
26-
<version>1.5.0-beta.1</version>
26+
<version>1.5.0</version>
2727
<licence>agpl</licence>
2828
<author>Julius Härtl</author>
2929
<namespace>Whiteboard</namespace>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whiteboard",
3-
"version": "1.5.0-beta.1",
3+
"version": "1.5.0",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)