diff --git a/.changeset/dull-terms-shop.md b/.changeset/dull-terms-shop.md deleted file mode 100644 index 92cbb4e9e..000000000 --- a/.changeset/dull-terms-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-source-strapi": minor ---- - -upgrade axios to v1 diff --git a/packages/gatsby-source-strapi/CHANGELOG.md b/packages/gatsby-source-strapi/CHANGELOG.md index 3b7883695..e951b92b4 100644 --- a/packages/gatsby-source-strapi/CHANGELOG.md +++ b/packages/gatsby-source-strapi/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-source-strapi +## 3.2.0 + +### Minor Changes + +- [#411](https://github.com/gatsby-uc/plugins/pull/411) [`016caf1`](https://github.com/gatsby-uc/plugins/commit/016caf17372c5623f98b88846ebe9299bf7fe796) Thanks [@konsalex](https://github.com/konsalex)! - upgrade axios to v1 + ## 3.1.4 ### Patch Changes diff --git a/packages/gatsby-source-strapi/package.json b/packages/gatsby-source-strapi/package.json index ca9a8523a..fc575bbcd 100644 --- a/packages/gatsby-source-strapi/package.json +++ b/packages/gatsby-source-strapi/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-strapi", - "version": "3.1.4", + "version": "3.2.0", "description": "Gatsby source plugin for building websites using Strapi as a data source", "keywords": [ "gatsby",