Skip to content

Commit 5f47aaf

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.3...v1.1.0) (2022-10-13) ### Features * Add srcset support ([#30](#30)) ([e51e298](e51e298))
1 parent e51e298 commit 5f47aaf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# [1.1.0](https://github.com/colbyfayock/netlify-plugin-cloudinary/compare/v1.0.3...v1.1.0) (2022-10-13)
2+
3+
4+
### Features
5+
6+
* Add srcset support ([#30](https://github.com/colbyfayock/netlify-plugin-cloudinary/issues/30)) ([e51e298](https://github.com/colbyfayock/netlify-plugin-cloudinary/commit/e51e2981d274f7281d3de848668be65e6777a56e))

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.0.3",
3+
"version": "1.1.0",
44
"description": "Supercharge images on your Netlify site with Cloudinary!",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)