Skip to content

Commit 0068496

Browse files
chore(main): release plugin-gatsby 3.6.3 (#581)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 650c61a commit 0068496

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-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.6.2"
2+
"plugin": "3.6.3"
33
}

plugin/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [3.6.3](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.6.2...plugin-gatsby-v3.6.3) (2023-07-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @netlify/functions to ^1.5.0 ([#584](https://github.com/netlify/netlify-plugin-gatsby/issues/584)) ([927f547](https://github.com/netlify/netlify-plugin-gatsby/commit/927f5478b013357d9b4f73a23521ec183f2572b1))
9+
* **deps:** update dependency @netlify/functions to ^1.6.0 ([#585](https://github.com/netlify/netlify-plugin-gatsby/issues/585)) ([3935018](https://github.com/netlify/netlify-plugin-gatsby/commit/393501836b2a20d0d7d39311ad9a59e219844380))
10+
* **deps:** update dependency @netlify/ipx to ^1.4.1 ([#621](https://github.com/netlify/netlify-plugin-gatsby/issues/621)) ([db5fe0f](https://github.com/netlify/netlify-plugin-gatsby/commit/db5fe0f100d38e155273c11094a42e81d5829a06))
11+
* **deps:** update dependency node-fetch to v2.6.11 ([#591](https://github.com/netlify/netlify-plugin-gatsby/issues/591)) ([11c20ab](https://github.com/netlify/netlify-plugin-gatsby/commit/11c20abdf483e5e156a02bc678b1a2fe0c904844))
12+
* **deps:** update dependency node-fetch to v2.6.12 ([#642](https://github.com/netlify/netlify-plugin-gatsby/issues/642)) ([26c3c63](https://github.com/netlify/netlify-plugin-gatsby/commit/26c3c63cecca355dd1edfeb0bdc6bb627d550c14))
13+
* **deps:** update dependency semver to v7.5.1 ([#609](https://github.com/netlify/netlify-plugin-gatsby/issues/609)) ([62976af](https://github.com/netlify/netlify-plugin-gatsby/commit/62976afb02aae533de7c5f0e3f4e051b5393212c))
14+
* **deps:** update dependency semver to v7.5.2 ([#624](https://github.com/netlify/netlify-plugin-gatsby/issues/624)) ([536c195](https://github.com/netlify/netlify-plugin-gatsby/commit/536c1953b8b9d0cccc413e900d66e0401e3721fd))
15+
* **deps:** update dependency semver to v7.5.3 ([#631](https://github.com/netlify/netlify-plugin-gatsby/issues/631)) ([44acc4a](https://github.com/netlify/netlify-plugin-gatsby/commit/44acc4a04503df7c03cc6fea1c865560631d5edc))
16+
* **deps:** update dependency semver to v7.5.4 ([#650](https://github.com/netlify/netlify-plugin-gatsby/issues/650)) ([54b2627](https://github.com/netlify/netlify-plugin-gatsby/commit/54b26279b92b2b6ece9cf69952c5cd242d23316b))
17+
* **deps:** update dependency uuid to v9 ([#517](https://github.com/netlify/netlify-plugin-gatsby/issues/517)) ([4e06ce5](https://github.com/netlify/netlify-plugin-gatsby/commit/4e06ce581b9c6ed58c0e01d8cb6bf7246009f0ab))
18+
319
## [3.6.2](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.6.1...plugin-gatsby-v3.6.2) (2023-04-20)
420

521

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.6.2",
3+
"version": "3.6.3",
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)