Skip to content

Commit ca9a478

Browse files
chore(main): release plugin-gatsby 3.8.1 (#739)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent e7a524e commit ca9a478

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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.8.0"
2+
"plugin": "3.8.1"
33
}

plugin/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.8.1](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.8.0...plugin-gatsby-v3.8.1) (2024-04-17)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* **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))
10+
311
## [3.8.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.7.2...plugin-gatsby-v3.8.0) (2023-12-04)
412

513

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