Skip to content

Commit

Permalink
chore(release): 6.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0-beta.1](v5.18.0...v6.0.0-beta.1) (2024-01-16)

### Features

* Updates URL Loader to 4.0 ([#406](#406)) ([26789ee](26789ee))

### BREAKING CHANGES

* Updates URL Loader to new major version
  • Loading branch information
semantic-release-bot committed Jan 16, 2024
1 parent 643d248 commit 288ba37
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.1](https://github.com/cloudinary-community/next-cloudinary/compare/v5.18.0...v6.0.0-beta.1) (2024-01-16)


### Features

* Updates URL Loader to 4.0 ([#406](https://github.com/cloudinary-community/next-cloudinary/issues/406)) ([26789ee](https://github.com/cloudinary-community/next-cloudinary/commit/26789ee512aaf782895963c2fff799577245cb81))


### BREAKING CHANGES

* Updates URL Loader to new major version

# [5.18.0](https://github.com/cloudinary-community/next-cloudinary/compare/v5.17.0...v5.18.0) (2024-01-05)

### Features
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": "5.18.0",
"version": "6.0.0-beta.1",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 288ba37

Please sign in to comment.