Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.2...v1.7.0) (2023-11-20)

### Features

* adds useUrqlClient composable to access the client instance ([03b102d](03b102d))
  • Loading branch information
semantic-release-bot committed Nov 20, 2023
1 parent 03b102d commit b595fea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.7.0](https://github.com/gbicou/nuxt-urql/compare/v1.6.2...v1.7.0) (2023-11-20)


### Features

* adds useUrqlClient composable to access the client instance ([03b102d](https://github.com/gbicou/nuxt-urql/commit/03b102dfd1eb66f0180344d908a12f11f3f6f91b))

## [1.6.2](https://github.com/gbicou/nuxt-urql/compare/v1.6.1...v1.6.2) (2023-11-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bicou/nuxt-urql",
"version": "1.6.2",
"version": "1.7.0",
"description": "Nuxt URQL module",
"license": "MIT",
"author": "Benjamin VIELLARD <[email protected]>",
Expand Down

2 comments on commit b595fea

@vercel
Copy link

@vercel vercel bot commented on b595fea Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt-urql-docs – ./docs

nuxt-urql-docs.vercel.app
nuxt-urql-docs-git-main-bicou.vercel.app
nuxt-urql-docs-bicou.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b595fea Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt-urql-playground – ./playground

nuxt-urql-playground.vercel.app
nuxt-urql-playground-git-main-bicou.vercel.app
nuxt-urql-playground-bicou.vercel.app

Please sign in to comment.