Skip to content

Commit

Permalink
chore(release): 4.6.0-cname-private-cdn-support.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.6.0-cname-private-cdn-support.1](v4.5.0...v4.6.0-cname-private-cdn-support.1) (2024-06-06)

### Features

* cname, private cdn support ([3a82b2f](3a82b2f))
* configurable transform types [#245](#245) ([#250](#250)) ([202ed12](202ed12))
  • Loading branch information
semantic-release-bot committed Jun 6, 2024
1 parent 3d2d78d commit 2d488fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [4.6.0-cname-private-cdn-support.1](https://github.com/cloudinary-community/gatsby-transformer-cloudinary/compare/v4.5.0...v4.6.0-cname-private-cdn-support.1) (2024-06-06)


### Features

* cname, private cdn support ([3a82b2f](https://github.com/cloudinary-community/gatsby-transformer-cloudinary/commit/3a82b2f2cd364d06e81bda54478549362d4a7e42))
* configurable transform types [#245](https://github.com/cloudinary-community/gatsby-transformer-cloudinary/issues/245) ([#250](https://github.com/cloudinary-community/gatsby-transformer-cloudinary/issues/250)) ([202ed12](https://github.com/cloudinary-community/gatsby-transformer-cloudinary/commit/202ed12b859957d2008f048373e54a728ee07f63))

# [4.6.0-beta.1](https://github.com/cloudinary-community/gatsby-transformer-cloudinary/compare/v4.5.0...v4.6.0-beta.1) (2024-02-13)


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.6.0-beta.1",
"version": "4.6.0-cname-private-cdn-support.1",
"description": "Transform local files into Cloudinary-managed assets for Gatsby sites.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 2d488fe

Please sign in to comment.