Skip to content

Commit

Permalink
chore(release): 6.0.0-beta.9 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0-beta.9](v6.0.0-beta.8...v6.0.0-beta.9) (2024-02-22)

### Features

* Remove Default 2-Stage Image Sizing ([#431](#431)) ([b8de6f0](b8de6f0))

### BREAKING CHANGES

* Changes how cropping fundamentally works, introduces new functionality behind crop prop
  • Loading branch information
semantic-release-bot committed Feb 22, 2024
1 parent b8de6f0 commit 2f4f425
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.9](https://github.com/cloudinary-community/next-cloudinary/compare/v6.0.0-beta.8...v6.0.0-beta.9) (2024-02-22)


### Features

* Remove Default 2-Stage Image Sizing ([#431](https://github.com/cloudinary-community/next-cloudinary/issues/431)) ([b8de6f0](https://github.com/cloudinary-community/next-cloudinary/commit/b8de6f055c8c2641b1990ae60c8d5092b9381b23))


### BREAKING CHANGES

* Changes how cropping fundamentally works, introduces new functionality behind crop prop

# [6.0.0-beta.8](https://github.com/cloudinary-community/next-cloudinary/compare/v6.0.0-beta.7...v6.0.0-beta.8) (2024-01-25)


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

0 comments on commit 2f4f425

Please sign in to comment.