Skip to content

Commit

Permalink
chore(release): 6.0.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Jan 19, 2024
1 parent 4f86a20 commit 324a0be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [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)


### Features

* 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))


### BREAKING CHANGES

* CldUploadWidget signature endpoint now sets content-type as application/json

# [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)


Expand Down
2 changes: 1 addition & 1 deletion next-cloudinary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-cloudinary",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 324a0be

Please sign in to comment.