From 03cb22718cc52f49dbf41dc7b0afb70ae20a6f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?hrenaud=20=28NovaGa=C3=AFa=29?= Date: Fri, 15 Apr 2022 12:37:14 +0200 Subject: [PATCH] chore: release v2.0.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c48e9..293cc27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [2.0.0](https://github.com/NovaGaia/gatsby-plugin-strapi-source-extender/compare/1.1.8...2.0.0) + +- fix MUTATIONS errors and not retreaved datas who's not been updated in strapi [`cdb0755`](https://github.com/NovaGaia/gatsby-plugin-strapi-source-extender/commit/cdb0755104a7ba665aee3d55ae9e12d584aa6b9b) +- update readme [`9030515`](https://github.com/NovaGaia/gatsby-plugin-strapi-source-extender/commit/90305159b7c8b38c4ffbc69e6c3e07a29a1650f3) + #### [1.1.8](https://github.com/NovaGaia/gatsby-plugin-strapi-source-extender/compare/1.1.7...1.1.8) +> 23 February 2022 + - fix object override when Dynamic Section are parsed [`9eed682`](https://github.com/NovaGaia/gatsby-plugin-strapi-source-extender/commit/9eed6821b965103e05a507f12a6a045921c50a63) +- chore: release v1.1.8 [`18d1ba9`](https://github.com/NovaGaia/gatsby-plugin-strapi-source-extender/commit/18d1ba9d84bdcbdbc62e7c300b6daee29002e17b) #### [1.1.7](https://github.com/NovaGaia/gatsby-plugin-strapi-source-extender/compare/1.1.6...1.1.7) diff --git a/package-lock.json b/package-lock.json index d888af4..baa8867 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-strapi-source-extender", - "version": "1.1.8", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 607bf26..3c9bc29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-strapi-source-extender", - "version": "1.1.8", + "version": "2.0.0", "description": "A plugin to have dynamic zone with the Gatsby way", "main": "index.js", "scripts": {