Skip to content

Commit e7ec505

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2022-10-14) ### Bug Fixes * Fixes asset not defined error when using upload delivery type ([#36](#36)) ([86edaab](86edaab)) ### Features * added lazy loading to images ([#33](#33)) ([af01791](af01791))
1 parent 86edaab commit e7ec505

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+
# [1.2.0](https://github.com/colbyfayock/netlify-plugin-cloudinary/compare/v1.1.0...v1.2.0) (2022-10-14)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixes asset not defined error when using upload delivery type ([#36](https://github.com/colbyfayock/netlify-plugin-cloudinary/issues/36)) ([86edaab](https://github.com/colbyfayock/netlify-plugin-cloudinary/commit/86edaab087eb9d185231e83c67cffa72db2db3d1))
7+
8+
9+
### Features
10+
11+
* added lazy loading to images ([#33](https://github.com/colbyfayock/netlify-plugin-cloudinary/issues/33)) ([af01791](https://github.com/colbyfayock/netlify-plugin-cloudinary/commit/af01791786ce8db42435e50e2b1f223e4db4a924))
12+
113
# [1.1.0](https://github.com/colbyfayock/netlify-plugin-cloudinary/compare/v1.0.3...v1.1.0) (2022-10-13)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-plugin-cloudinary",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Supercharge images on your Netlify site with Cloudinary!",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)