From 98aa63efbcdf08d4426c66d6441e202d8f3b628e Mon Sep 17 00:00:00 2001 From: Mohamed Elkholy Date: Sun, 9 May 2021 21:09:07 +0200 Subject: [PATCH] docs(plugin): bump minimum gatsby version to 3.0 BREAKING CHANGE: The plugin now requires at least Gatsby v3.0.4 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 854cb9b..453b462 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,6 @@ These events are emitted at certain run time points. [codecov-url]: https://codecov.io/github/mohatt/gatsby-plugin-postbuild [codecov-img]: https://img.shields.io/codecov/c/github/mohatt/gatsby-plugin-postbuild.svg?logo=codecov&logoColor=white [gatsby-url]: https://www.gatsbyjs.org/packages/gatsby-plugin-postbuild -[gatsby-img]: https://img.shields.io/badge/gatsby->=2.25-blueviolet.svg?logo=gatsby +[gatsby-img]: https://img.shields.io/badge/gatsby->=3.0-blueviolet.svg?logo=gatsby [license-url]: https://github.com/mohatt/gatsby-plugin-postbuild/blob/master/LICENSE [license-img]: https://img.shields.io/github/license/mohatt/gatsby-plugin-postbuild.svg?logo=open%20source%20initiative&logoColor=white diff --git a/package.json b/package.json index b3f3058..b6b9028 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "typescript": "4.2.4" }, "peerDependencies": { - "gatsby": ">=2.25.4", + "gatsby": ">=3.0.4", "postcss": ">=8.2.1" }, "engines": {