From 6aa76f9f3d8e07632da03152c681e8bcc01e6db3 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 13:53:17 +0000 Subject: [PATCH] chore(main): release plugin-gatsby 3.2.4 (#414) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- plugin/CHANGELOG.md | 7 +++++++ plugin/package-lock.json | 2 +- plugin/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 91035aaa..842e114d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.2.3" + "plugin": "3.2.4" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 8e9ac869..ed915971 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.4](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.2.3...plugin-gatsby-v3.2.4) (2022-06-24) + + +### Bug Fixes + +* **deps:** update dependency @netlify/ipx to ^1.1.2 ([#413](https://github.com/netlify/netlify-plugin-gatsby/issues/413)) ([6838df8](https://github.com/netlify/netlify-plugin-gatsby/commit/6838df87f98b24da23819debe708491d1cd1ef1c)) + ## [3.2.3](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.2.2...plugin-gatsby-v3.2.3) (2022-06-23) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 3f6e0fdd..19d63b9a 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.2.3", + "version": "3.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/plugin/package.json b/plugin/package.json index 81b7737c..0634c1de 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.2.3", + "version": "3.2.4", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",