Skip to content

Commit 3c178ef

Browse files
chore(main): release plugin-gatsby 3.6.0 (#571)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 007c823 commit 3c178ef

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"plugin": "3.5.2"
2+
"plugin": "3.6.0"
33
}

plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.6.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.5.2...plugin-gatsby-v3.6.0) (2023-03-13)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
315
## [3.5.2](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.5.1...plugin-gatsby-v3.5.2) (2023-02-23)
416

517

plugin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-gatsby",
3-
"version": "3.5.2",
3+
"version": "3.6.0",
44
"description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify",
55
"source": "src/index.ts",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)