diff --git a/.changeset/dry-dolls-sin.md b/.changeset/dry-dolls-sin.md deleted file mode 100644 index c5462f3a1..000000000 --- a/.changeset/dry-dolls-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-source-strapi": patch ---- - -add paramsSerializer to singleType reporter info diff --git a/packages/gatsby-source-strapi/CHANGELOG.md b/packages/gatsby-source-strapi/CHANGELOG.md index ce0b20c7f..4d633a930 100644 --- a/packages/gatsby-source-strapi/CHANGELOG.md +++ b/packages/gatsby-source-strapi/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-source-strapi +## 3.1.2 + +### Patch Changes + +- [#406](https://github.com/gatsby-uc/plugins/pull/406) [`9a51a78`](https://github.com/gatsby-uc/plugins/commit/9a51a7825caebeb6c9af0a34ffb46aa19d9aa003) Thanks [@laurenskling](https://github.com/laurenskling)! - add paramsSerializer to singleType reporter info + ## 3.1.1 ### Patch Changes diff --git a/packages/gatsby-source-strapi/package.json b/packages/gatsby-source-strapi/package.json index 6d7c9d56d..fdd890e03 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.1", + "version": "3.1.2", "description": "Gatsby source plugin for building websites using Strapi as a data source", "keywords": [ "gatsby",