From 3686e8ead1140a59cff09007b5ef6ecfa73229ce Mon Sep 17 00:00:00 2001 From: Gomah Date: Tue, 14 May 2024 10:01:49 +1000 Subject: [PATCH] chore(release): 8.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 834e088..cd5b09b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1](https://github.com/Gomah/nuxt-graphql-request/compare/v8.0.0...v8.0.1) (2024-05-14) + + +### Bug Fixes + +* **deps:** upgrade graphql-request to fix import error ([#63](https://github.com/Gomah/nuxt-graphql-request/issues/63)) ([23cb09a](https://github.com/Gomah/nuxt-graphql-request/commit/23cb09a75c8a30abca7231a8ca3d5edd12204d1c)) + ## [8.0.0](https://github.com/Gomah/nuxt-graphql-request/compare/v7.0.5...v8.0.0) (2024-05-10) diff --git a/package.json b/package.json index cf29bd5..3aca61f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-graphql-request", - "version": "8.0.0", + "version": "8.0.1", "description": "Easy GraphQL client integration with Nuxt.js", "author": { "name": "Gomah "