Skip to content

Commit 324a0be

Browse files
chore(release): 6.0.0-beta.4 [skip ci]
# [6.0.0-beta.4](v6.0.0-beta.3...v6.0.0-beta.4) (2024-01-19) ### Features * Add Content-Type to CldUploadWidget Signature Headers ([#418](#418)) ([4f86a20](4f86a20)) ### BREAKING CHANGES * CldUploadWidget signature endpoint now sets content-type as application/json
1 parent 4f86a20 commit 324a0be

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [6.0.0-beta.4](https://github.com/cloudinary-community/next-cloudinary/compare/v6.0.0-beta.3...v6.0.0-beta.4) (2024-01-19)
2+
3+
4+
### Features
5+
6+
* Add Content-Type to CldUploadWidget Signature Headers ([#418](https://github.com/cloudinary-community/next-cloudinary/issues/418)) ([4f86a20](https://github.com/cloudinary-community/next-cloudinary/commit/4f86a2066732337506c8d386fdf79fa6dfd04f2f))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* CldUploadWidget signature endpoint now sets content-type as application/json
12+
113
# [6.0.0-beta.3](https://github.com/cloudinary-community/next-cloudinary/compare/v6.0.0-beta.2...v6.0.0-beta.3) (2024-01-19)
214

315

next-cloudinary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-cloudinary",
3-
"version": "6.0.0-beta.3",
3+
"version": "6.0.0-beta.4",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)