diff --git a/.changeset/few-points-do.md b/.changeset/few-points-do.md deleted file mode 100644 index 1c3f1c1fc..000000000 --- a/.changeset/few-points-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gatsby-source-strapi": patch ---- - -No need for JSON.stringify when results are already String diff --git a/packages/gatsby-source-strapi/CHANGELOG.md b/packages/gatsby-source-strapi/CHANGELOG.md index 4d633a930..4ed464b8c 100644 --- a/packages/gatsby-source-strapi/CHANGELOG.md +++ b/packages/gatsby-source-strapi/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-source-strapi +## 3.1.3 + +### Patch Changes + +- [#408](https://github.com/gatsby-uc/plugins/pull/408) [`92f7486`](https://github.com/gatsby-uc/plugins/commit/92f748667ddbbeb4ec72dfab7808e81cc1b98f82) Thanks [@laurenskling](https://github.com/laurenskling)! - No need for JSON.stringify when results are already String + ## 3.1.2 ### Patch Changes diff --git a/packages/gatsby-source-strapi/package.json b/packages/gatsby-source-strapi/package.json index fdd890e03..139c8827d 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.2", + "version": "3.1.3", "description": "Gatsby source plugin for building websites using Strapi as a data source", "keywords": [ "gatsby",