From 9fa2ec1a3012e8511ba25fc280b54ef9f99b1889 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 14 Oct 2023 13:17:20 +0000 Subject: [PATCH] chore(release): 0.6.0 [skip ci] # [0.6.0](https://github.com/cloudinary-devs/gatsby-source-cloudinary/compare/v0.5.1...v0.6.0) (2023-10-14) ### Features * add cname, secureDistribution and privateCdn plugin options [#82](https://github.com/cloudinary-devs/gatsby-source-cloudinary/issues/82) ([#83](https://github.com/cloudinary-devs/gatsby-source-cloudinary/issues/83)) ([b6d2fca](https://github.com/cloudinary-devs/gatsby-source-cloudinary/commit/b6d2fca99effbb16017f032dfd79ebca8f0649a0)) --- CHANGELOG.md | 7 +++++++ plugin/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f757fc..de51f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.6.0](https://github.com/cloudinary-devs/gatsby-source-cloudinary/compare/v0.5.1...v0.6.0) (2023-10-14) + + +### Features + +* add cname, secureDistribution and privateCdn plugin options [#82](https://github.com/cloudinary-devs/gatsby-source-cloudinary/issues/82) ([#83](https://github.com/cloudinary-devs/gatsby-source-cloudinary/issues/83)) ([b6d2fca](https://github.com/cloudinary-devs/gatsby-source-cloudinary/commit/b6d2fca99effbb16017f032dfd79ebca8f0649a0)) + ## [0.5.1](https://github.com/cloudinary-devs/gatsby-source-cloudinary/compare/v0.5.0...v0.5.1) (2023-05-22) diff --git a/plugin/package.json b/plugin/package.json index 1934529..7586f02 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-cloudinary", - "version": "0.5.1", + "version": "0.6.0", "description": "Gatsby source plugin to fetch files from Cloudinary into Gatsby.", "main": "gatsby-node.js", "repository": "https://github.com/cloudinary-devs/gatsby-source-cloudinary",