We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c271ef commit 913254cCopy full SHA for 913254c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [0.4.0](https://github.com/colbyfayock/next-cloudinary/compare/v0.3.0...v0.4.0) (2022-10-27)
2
+
3
4
+### Features
5
6
+* next/future/image ([#3](https://github.com/colbyfayock/next-cloudinary/issues/3)) ([9c271ef](https://github.com/colbyfayock/next-cloudinary/commit/9c271ef47a5aba55ea168995c345bc835f22ef16))
7
8
# [0.3.0](https://github.com/colbyfayock/next-cloudinary/compare/v0.2.0...v0.3.0) (2022-10-27)
9
10
next-cloudinary/package.json
@@ -1,6 +1,6 @@
{
"name": "next-cloudinary",
- "version": "0.3.0",
+ "version": "0.4.0",
"main": "dist/next-cloudinary.umd.js",
"module": "dist/next-cloudinary.module.js",
"umd:main": "dist/next-cloudinary.umd.js",
0 commit comments