Skip to content

Commit d04f2f9

Browse files
authored
Merge pull request #1488 from nextcloud-libraries/chore/5-3-8
chore: Prepare release of 5.3.8
2 parents 8d1b65c + 97a6af3 commit d04f2f9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
All notable changes to this project will be documented in this file.
88

9+
## 5.3.8
10+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.7...v5.3.8)
11+
12+
### Fixed
13+
* Rate-limit image previews [\#1486](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1486)
14+
915
## 5.3.7
1016
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.6...v5.3.7)
1117

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "@nextcloud/dialogs",
3-
"version": "5.3.7",
3+
"version": "5.3.8",
44
"description": "Nextcloud dialog helpers",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)