Skip to content

Commit b3ebc02

Browse files
chore(main): release plugin-gatsby 3.5.0 (#528)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent d9d20bd commit b3ebc02

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"plugin": "3.4.8"
2+
"plugin": "3.5.0"
33
}

plugin/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [3.5.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.4.8...plugin-gatsby-v3.5.0) (2022-12-16)
4+
5+
6+
### Features
7+
8+
* support for Gatsby v5 ([#547](https://github.com/netlify/netlify-plugin-gatsby/issues/547)) ([464bfc8](https://github.com/netlify/netlify-plugin-gatsby/commit/464bfc8a571a0915c99713bf6ebc48736c20f28d))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @netlify/ipx to ^1.3.0 ([#527](https://github.com/netlify/netlify-plugin-gatsby/issues/527)) ([8688797](https://github.com/netlify/netlify-plugin-gatsby/commit/8688797deff8ce3f34d5ac1850417e35cd394a98))
14+
* **deps:** update dependency abortcontroller-polyfill to v1.7.5 ([#532](https://github.com/netlify/netlify-plugin-gatsby/issues/532)) ([02409ec](https://github.com/netlify/netlify-plugin-gatsby/commit/02409ec83ad14456f86b3070f0fcaf4d36fcc7f3))
15+
* **deps:** update dependency pathe to v0.3.9 ([#533](https://github.com/netlify/netlify-plugin-gatsby/issues/533)) ([9c2f06f](https://github.com/netlify/netlify-plugin-gatsby/commit/9c2f06f488bda23acd86f3086fdbfd6638b100c6))
16+
* **deps:** update dependency semver to v7.3.8 ([#534](https://github.com/netlify/netlify-plugin-gatsby/issues/534)) ([2ba54c2](https://github.com/netlify/netlify-plugin-gatsby/commit/2ba54c23e357e32fae2ea2ef986faa4960be97a1))
17+
318
## [3.4.8](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.4.7...plugin-gatsby-v3.4.8) (2022-10-05)
419

520

plugin/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-gatsby",
3-
"version": "3.4.8",
3+
"version": "3.5.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)