From 508756147b460ce443383a59714e910b7735d358 Mon Sep 17 00:00:00 2001 From: Gomah Date: Sat, 23 Dec 2023 14:35:19 +1100 Subject: [PATCH] chore(release): 7.0.5 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cca9d1..1b11584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [7.0.5](https://github.com/Gomah/nuxt-graphql-request/compare/v7.0.4...v7.0.5) (2023-12-23) + + +### Chore + +* **deps:** bump dependencies ([32c37dd](https://github.com/Gomah/nuxt-graphql-request/commit/32c37dd3c54bca4bb60720d1e6b93f0c6d1b279b)) +* test bundler module resolution ([d673380](https://github.com/Gomah/nuxt-graphql-request/commit/d67338059efbc9a0b2e602037e278bc056332755)) + ### [7.0.4](https://github.com/Gomah/nuxt-graphql-request/compare/v7.0.3...v7.0.4) (2023-11-08) diff --git a/package.json b/package.json index 3212797..75299e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-graphql-request", - "version": "7.0.4", + "version": "7.0.5", "description": "Easy GraphQL client integration with Nuxt.js", "author": { "name": "Gomah "