Skip to content

Commit

Permalink
chore(release): 4.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.3.0](v4.2.0...v4.3.0) (2022-12-21)

### Bug Fixes

* remove gatsby-plugin-utils from dev dependencies ([#221](#221)) ([037fcc1](037fcc1))

### Features

* add Gatsby as a peer dependency ([#220](#220)) ([890193e](890193e)), closes [#219](#219)
  • Loading branch information
semantic-release-bot committed Dec 21, 2022
1 parent 037fcc1 commit 9d620ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.3.0](https://github.com/cloudinary-devs/gatsby-transformer-cloudinary/compare/v4.2.0...v4.3.0) (2022-12-21)


### Bug Fixes

* remove gatsby-plugin-utils from dev dependencies ([#221](https://github.com/cloudinary-devs/gatsby-transformer-cloudinary/issues/221)) ([037fcc1](https://github.com/cloudinary-devs/gatsby-transformer-cloudinary/commit/037fcc1076bdd97992378e51396d9f76b771129f))


### Features

* add Gatsby as a peer dependency ([#220](https://github.com/cloudinary-devs/gatsby-transformer-cloudinary/issues/220)) ([890193e](https://github.com/cloudinary-devs/gatsby-transformer-cloudinary/commit/890193e82dbdafb9054d6bfe861a655777a5226c)), closes [#219](https://github.com/cloudinary-devs/gatsby-transformer-cloudinary/issues/219)

# [4.2.0](https://github.com/cloudinary-devs/gatsby-transformer-cloudinary/compare/v4.1.0...v4.2.0) (2022-12-20)


Expand Down
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-transformer-cloudinary",
"version": "4.2.0",
"version": "4.3.0",
"description": "Transform local files into Cloudinary-managed assets for Gatsby sites.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 9d620ac

Please sign in to comment.