diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 48a8b3a4..2a860b6b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.8.0" + "plugin": "3.8.1" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 02c42765..6d83c452 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -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) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 096061c6..ea04aaee 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.8.0", + "version": "3.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "3.8.0", + "version": "3.8.1", "license": "MIT", "dependencies": { "@netlify/functions": "^1.6.0", diff --git a/plugin/package.json b/plugin/package.json index 1995b5d9..67479f10 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -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",