Skip to content

Commit

Permalink
chore(main): release plugin-gatsby 3.8.1 (#739)
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 Apr 17, 2024
1 parent e7a524e commit ca9a478
Show file tree
Hide file tree
Showing 4 changed files with 12 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.8.0"
"plugin": "3.8.1"
}
8 changes: 8 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.8.1](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.8.0...plugin-gatsby-v3.8.1) (2024-04-17)


### Bug Fixes

* clear redirects/rewrites produced by previous builds and generate functions in ntl dev ([#738](https://github.com/netlify/netlify-plugin-gatsby/issues/738)) ([e66731c](https://github.com/netlify/netlify-plugin-gatsby/commit/e66731c8129f029813bc1a37df390dcb3385efb4))
* **deps:** update dependency semver to v7.6.0 ([#747](https://github.com/netlify/netlify-plugin-gatsby/issues/747)) ([024e3f1](https://github.com/netlify/netlify-plugin-gatsby/commit/024e3f1ba6f67198e1522839e9a1c54e9a62d0bf))

## [3.8.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.7.2...plugin-gatsby-v3.8.0) (2023-12-04)


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

0 comments on commit ca9a478

Please sign in to comment.