Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(main): release plugin-gatsby 3.7.2
  • Loading branch information
token-generator-app[bot] authored Oct 9, 2023
commit ce0ca7db60add6a3463e47fc9dbb0c4778ce0a3f
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.7.1"
"plugin": "3.7.2"
}
7 changes: 7 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.7.2](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.7.1...plugin-gatsby-v3.7.2) (2023-10-09)


### Bug Fixes

* **deps:** update dependency @netlify/ipx to ^1.4.5 ([#676](https://github.com/netlify/netlify-plugin-gatsby/issues/676)) ([1d956c2](https://github.com/netlify/netlify-plugin-gatsby/commit/1d956c2d87555fb46fa891a176aa9f0355417b19))

## [3.7.1](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.7.0...plugin-gatsby-v3.7.1) (2023-08-07)


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.7.1",
"version": "3.7.2",
"description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify",
"source": "src/index.ts",
"main": "lib/index.js",
Expand Down