Skip to content

Commit 53f9f6f

Browse files
committed
chore(release): 8.0.0
1 parent 9fbbe5c commit 53f9f6f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
## [8.0.0](https://github.com/Gomah/nuxt-graphql-request/compare/v7.0.5...v8.0.0) (2024-05-10)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* bump graphql-request to 7.0.0, drop fetch polyfill
11+
12+
### Features
13+
14+
* bump graphql-request to 7.0.0, drop fetch polyfill ([9fbbe5c](https://github.com/Gomah/nuxt-graphql-request/commit/9fbbe5c383f8c75a96cb40533f224cd9fb223691))
15+
16+
17+
### Documentation
18+
19+
* 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))
20+
521
### [7.0.5](https://github.com/Gomah/nuxt-graphql-request/compare/v7.0.4...v7.0.5) (2023-12-23)
622

723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-graphql-request",
3-
"version": "7.0.5",
3+
"version": "8.0.0",
44
"description": "Easy GraphQL client integration with Nuxt.js",
55
"author": {
66
"name": "Gomah <hi@gomah.fr>"

0 commit comments

Comments
 (0)