Skip to content

Commit

Permalink
chore(main): release plugin-gatsby 3.6.0 (#571)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] authored Mar 13, 2023
1 parent 007c823 commit 3c178ef
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plugin": "3.5.2"
"plugin": "3.6.0"
}
12 changes: 12 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.6.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.5.2...plugin-gatsby-v3.6.0) (2023-03-13)


### Features

* add support for query param url syntax of IMAGE CDN ([#566](https://github.com/netlify/netlify-plugin-gatsby/issues/566)) ([5874f67](https://github.com/netlify/netlify-plugin-gatsby/commit/5874f67e63f04e597395c4fb0d4d0a0d70e25bc4))


### Bug Fixes

* don't fail entire build when gatsby-config fails to be imported ([#562](https://github.com/netlify/netlify-plugin-gatsby/issues/562)) ([007c823](https://github.com/netlify/netlify-plugin-gatsby/commit/007c823801c212de9bed56130e15114013208f7e))

## [3.5.2](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.5.1...plugin-gatsby-v3.5.2) (2023-02-23)


Expand Down
4 changes: 2 additions & 2 deletions plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/plugin-gatsby",
"version": "3.5.2",
"version": "3.6.0",
"description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify",
"source": "src/index.ts",
"main": "lib/index.js",
Expand Down

0 comments on commit 3c178ef

Please sign in to comment.