From 98236f50121b3972fbde7d937843e6e4e582bc0c Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 01:56:57 +0000 Subject: [PATCH] chore(main): release plugin-gatsby 3.2.2 --- .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 e7219a8d..bf2823ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.2.1" + "plugin": "3.2.2" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 3b23f616..9f53e649 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.2](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.2.1...plugin-gatsby-v3.2.2) (2022-06-13) + + +### Bug Fixes + +* **deps:** update dependency @netlify/ipx to ^1.1.0 ([#399](https://github.com/netlify/netlify-plugin-gatsby/issues/399)) ([8ae84c7](https://github.com/netlify/netlify-plugin-gatsby/commit/8ae84c73d3adebbd3f99acb15c78990bdd0d807a)) + ### [3.2.1](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.2.0...plugin-gatsby-v3.2.1) (2022-06-01) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 54627772..26e5d73a 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/plugin/package.json b/plugin/package.json index 09cd40e1..fc3c71d9 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.2.1", + "version": "3.2.2", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",