Skip to content

Commit

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

### Features

* Assert JSON on package.json imports, import Image from Next.js directly ([#437](#437)) ([a4b4017](a4b4017))
  • Loading branch information
semantic-release-bot committed Feb 22, 2024
1 parent 913542e commit 8b3614f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [6.0.0-beta.13](https://github.com/cloudinary-community/next-cloudinary/compare/v6.0.0-beta.12...v6.0.0-beta.13) (2024-02-22)


### Features

* Assert JSON on package.json imports, import Image from Next.js directly ([#437](https://github.com/cloudinary-community/next-cloudinary/issues/437)) ([a4b4017](https://github.com/cloudinary-community/next-cloudinary/commit/a4b4017eaab7742b351a9904527916119e834850))

# [6.0.0-beta.12](https://github.com/cloudinary-community/next-cloudinary/compare/v6.0.0-beta.11...v6.0.0-beta.12) (2024-02-22)


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

0 comments on commit 8b3614f

Please sign in to comment.