From 53f9f6f35c089a5f44688aedd7edb1a3198129ab Mon Sep 17 00:00:00 2001 From: Gomah Date: Fri, 10 May 2024 19:37:55 +1000 Subject: [PATCH] chore(release): 8.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b11584..834e088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [8.0.0](https://github.com/Gomah/nuxt-graphql-request/compare/v7.0.5...v8.0.0) (2024-05-10) + + +### ⚠ BREAKING CHANGES + +* bump graphql-request to 7.0.0, drop fetch polyfill + +### Features + +* bump graphql-request to 7.0.0, drop fetch polyfill ([9fbbe5c](https://github.com/Gomah/nuxt-graphql-request/commit/9fbbe5c383f8c75a96cb40533f224cd9fb223691)) + + +### Documentation + +* use new `nuxi module add` command in installation ([#62](https://github.com/Gomah/nuxt-graphql-request/issues/62)) ([bdeb998](https://github.com/Gomah/nuxt-graphql-request/commit/bdeb998a23238c2e4f27772475619903632d951e)) + ### [7.0.5](https://github.com/Gomah/nuxt-graphql-request/compare/v7.0.4...v7.0.5) (2023-12-23) diff --git a/package.json b/package.json index e5a1afd..e5abdeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-graphql-request", - "version": "7.0.5", + "version": "8.0.0", "description": "Easy GraphQL client integration with Nuxt.js", "author": { "name": "Gomah "