Skip to content

Commit 0d210c1

Browse files
committed
chore(release): Bump version to 1.5.2
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent 669173f commit 0d210c1

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.5.2
4+
5+
### Fixed
6+
7+
- fix: support table editing in public shares and resolve stale closures @silverkszlo [#941](https://github.com/nextcloud/whiteboard/pull/941)
8+
- fix: timer text positioning @juliusknorr [#939](https://github.com/nextcloud/whiteboard/pull/939)
9+
- fix: public share whiteboard @hweihwang [#936](https://github.com/nextcloud/whiteboard/pull/936)
10+
- fix: embed and follow e2e regressions @hweihwang [#937](https://github.com/nextcloud/whiteboard/pull/937)
11+
312
## 1.5.1
413

514
### Added

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.1</version>
26+
<version>1.5.2</version>
2727
<licence>agpl</licence>
2828
<author>Julius Härtl</author>
2929
<namespace>Whiteboard</namespace>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whiteboard",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",
@@ -126,4 +126,4 @@
126126
"node": "^24.0.0",
127127
"npm": "^11.3.0"
128128
}
129-
}
129+
}

0 commit comments

Comments
 (0)