Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](v0.2.0...v0.3.0) (2022-09-27)

### Bug Fixes

* incorrect plugin option (type) validation ([#46](#46)) ([47d113a](47d113a)), closes [#39](#39)

### Features

* validation of plugin options ([#45](#45)) ([5ca373b](5ca373b)), closes [#39](#39)
  • Loading branch information
semantic-release-bot committed Sep 27, 2022
1 parent b6453cb commit 03f7638
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [0.3.0](https://github.com/cloudinary-devs/gatsby-source-cloudinary/compare/v0.2.0...v0.3.0) (2022-09-27)


### Bug Fixes

* incorrect plugin option (type) validation ([#46](https://github.com/cloudinary-devs/gatsby-source-cloudinary/issues/46)) ([47d113a](https://github.com/cloudinary-devs/gatsby-source-cloudinary/commit/47d113a3e09e8e61019b67bbae6d8983ca4b6e3e)), closes [#39](https://github.com/cloudinary-devs/gatsby-source-cloudinary/issues/39)


### Features

* validation of plugin options ([#45](https://github.com/cloudinary-devs/gatsby-source-cloudinary/issues/45)) ([5ca373b](https://github.com/cloudinary-devs/gatsby-source-cloudinary/commit/5ca373b0964d917d68826427231090e5ad788fe6)), closes [#39](https://github.com/cloudinary-devs/gatsby-source-cloudinary/issues/39)
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-cloudinary",
"version": "0.2.0",
"version": "0.3.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",
Expand Down

0 comments on commit 03f7638

Please sign in to comment.