From 95f207bef73eaac014acfaa8eed7b7198c387ba4 Mon Sep 17 00:00:00 2001 From: Gomah Date: Wed, 8 Nov 2023 10:10:35 +1100 Subject: [PATCH] chore(release): 7.0.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0a835..e543d3c 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.3](https://github.com/Gomah/nuxt-graphql-request/compare/v7.0.2...v7.0.3) (2023-11-07) + + +### Chore + +* fix import order in module.ts ([61c9bdf](https://github.com/Gomah/nuxt-graphql-request/commit/61c9bdf5c796e685a97a37db2d64006863f6214f)) +* **deps:** upgrade dependencies, ramda -> remeda ([f7db404](https://github.com/Gomah/nuxt-graphql-request/commit/f7db4047800be11aa2497276f3578e02672cfdc8)) + ### [7.0.2](https://github.com/Gomah/nuxt-graphql-request/compare/v7.0.1...v7.0.2) (2023-11-07) diff --git a/package.json b/package.json index edeaad2..30816bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-graphql-request", - "version": "7.0.2", + "version": "7.0.3", "description": "Easy GraphQL client integration with Nuxt.js", "author": { "name": "Gomah "