Skip to content

Commit

Permalink
chore(release): 7.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0-beta.1](v6.13.0...v7.0.0-beta.1) (2024-09-27)

### Features

* Switch to Preconstruct for library building ([#520](#520)) ([a35a928](a35a928))

### BREAKING CHANGES

* New build tool, no longer requires `use client` directive, marking as breaking for safety
  • Loading branch information
semantic-release-bot committed Sep 27, 2024
1 parent a35a928 commit d90d823
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 @@
# [7.0.0-beta.1](https://github.com/cloudinary-community/next-cloudinary/compare/v6.13.0...v7.0.0-beta.1) (2024-09-27)


### Features

* Switch to Preconstruct for library building ([#520](https://github.com/cloudinary-community/next-cloudinary/issues/520)) ([a35a928](https://github.com/cloudinary-community/next-cloudinary/commit/a35a92872dc2e78626060e977b2bf7b1b60856dd))


### BREAKING CHANGES

* New build tool, no longer requires `use client` directive, marking as breaking for safety

# [6.13.0](https://github.com/cloudinary-community/next-cloudinary/compare/v6.12.0...v6.13.0) (2024-09-13)


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.13.0",
"version": "7.0.0-beta.1",
"license": "MIT",
"main": "dist/next-cloudinary.cjs.js",
"module": "dist/next-cloudinary.esm.js",
Expand Down

0 comments on commit d90d823

Please sign in to comment.