Skip to content

Commit

Permalink
chore(release): 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gomah committed Aug 25, 2024
1 parent d4a2fac commit bfe3bb0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.1.0",
"version": "8.1.1",
"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 bfe3bb0

Please sign in to comment.