Skip to content

Commit 80942f7

Browse files
chore(release): 0.3.0 [skip ci]
# [0.3.0](v0.2.0...v0.3.0) (2022-10-27) ### Bug Fixes * Fix "gravity" is read-only ([#32](#32)) ([14c6cd7](14c6cd7)) ### Features * CldOgImage ([#30](#30)) ([4aa5ff7](4aa5ff7))
1 parent 4aa5ff7 commit 80942f7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.3.0](https://github.com/colbyfayock/next-cloudinary/compare/v0.2.0...v0.3.0) (2022-10-27)
2+
3+
4+
### Bug Fixes
5+
6+
* Fix "gravity" is read-only ([#32](https://github.com/colbyfayock/next-cloudinary/issues/32)) ([14c6cd7](https://github.com/colbyfayock/next-cloudinary/commit/14c6cd72c5a086fe0ff655654a475b8dfc6bb4ce))
7+
8+
9+
### Features
10+
11+
* CldOgImage ([#30](https://github.com/colbyfayock/next-cloudinary/issues/30)) ([4aa5ff7](https://github.com/colbyfayock/next-cloudinary/commit/4aa5ff7e5d2e57e1c440b0e857c21c77ff5ffe2a))
12+
113
# [0.2.0](https://github.com/colbyfayock/next-cloudinary/compare/v0.1.1...v0.2.0) (2022-10-21)
214

315

next-cloudinary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-cloudinary",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"main": "dist/next-cloudinary.umd.js",
55
"module": "dist/next-cloudinary.module.js",
66
"umd:main": "dist/next-cloudinary.umd.js",

0 commit comments

Comments
 (0)