Skip to content

Commit

Permalink
chore(release): 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gomah committed Jun 12, 2024
1 parent c6da6df commit 11e9052
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.2](https://github.com/Gomah/nuxt-graphql-request/compare/v8.0.1...v8.0.2) (2024-06-12)


### Bug Fixes

* add type definition for provider ([27b2b62](https://github.com/Gomah/nuxt-graphql-request/commit/27b2b62db92eba42b4c49b4e6c7411f23af9120d))


### Chore

* **deps:** bump dependencies ([8b36e8a](https://github.com/Gomah/nuxt-graphql-request/commit/8b36e8ac5e88cc6385a0039731939e04bd42731c))
* fix ci & use biome over eslint/prettier ([b29ed4f](https://github.com/Gomah/nuxt-graphql-request/commit/b29ed4fdf1937818b3493fa3eb6776bc40f1980d))
* format w/ biome ([c6da6df](https://github.com/Gomah/nuxt-graphql-request/commit/c6da6dfbe440d01b0b296ad83b0e0702b90f0320))

### [8.0.1](https://github.com/Gomah/nuxt-graphql-request/compare/v8.0.0...v8.0.1) (2024-05-14)


Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-graphql-request",
"version": "8.0.1",
"version": "8.0.2",
"description": "Easy GraphQL client integration with Nuxt.js",
"author": {
"name": "Gomah <[email protected]>"
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 11e9052

Please sign in to comment.