From bfe3bb074fcdc099af430f82491196d8ee9b6ca4 Mon Sep 17 00:00:00 2001 From: Gomah Date: Sun, 25 Aug 2024 19:33:18 +1000 Subject: [PATCH] chore(release): 8.1.1 --- CHANGELOG.md | 8 ++++++++ package.json | 10 +++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce733c..a06d049 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. +### [8.1.1](https://github.com/Gomah/nuxt-graphql-request/compare/v8.1.0...v8.1.1) (2024-08-25) + + +### Chore + +* biome lint ([d4a2fac](https://github.com/Gomah/nuxt-graphql-request/commit/d4a2facfa86b570fbcecf71e0a76a98886c61894)) +* bump deps, remove husky switch from yarn to bun ([559e9d2](https://github.com/Gomah/nuxt-graphql-request/commit/559e9d22343353bea2de0436660c863b9bdd764c)) + ## [8.1.0](https://github.com/Gomah/nuxt-graphql-request/compare/v8.0.3...v8.1.0) (2024-06-24) diff --git a/package.json b/package.json index fb4bfa5..9b68d92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-graphql-request", - "version": "8.1.0", + "version": "8.1.1", "description": "Easy GraphQL client integration with Nuxt.js", "author": { "name": "Gomah " @@ -28,11 +28,15 @@ } }, "build": { - "entries": ["./src/utils"] + "entries": [ + "./src/utils" + ] }, "main": "./dist/module.cjs", "types": "./dist/types.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "repository": "https://github.com/Gomah/nuxt-graphql-request", "homepage": "https://github.com/Gomah/nuxt-graphql-request", "publishConfig": {