Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.1](v1.6.0...v1.6.1) (2023-07-07)

### Bug Fixes

* log error when no endpoint is provided ([925cced](925cced))
  • Loading branch information
semantic-release-bot committed Jul 7, 2023
1 parent 925cced commit 5f4d5a8
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.6.1](https://github.com/gbicou/nuxt-urql/compare/v1.6.0...v1.6.1) (2023-07-07)


### Bug Fixes

* log error when no endpoint is provided ([925cced](https://github.com/gbicou/nuxt-urql/commit/925cced0b7d4487eb0b0e265569f8e9bbe8861eb))

# [1.6.0](https://github.com/gbicou/nuxt-urql/compare/v1.5.1...v1.6.0) (2023-06-29)


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.0",
"version": "1.6.1",
"description": "Nuxt URQL module",
"license": "MIT",
"author": "Benjamin VIELLARD <[email protected]>",
Expand Down

2 comments on commit 5f4d5a8

@vercel
Copy link

@vercel vercel bot commented on 5f4d5a8 Jul 7, 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-bicou.vercel.app
nuxt-urql-docs-git-main-bicou.vercel.app
nuxt-urql-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 5f4d5a8 Jul 7, 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-git-main-bicou.vercel.app
nuxt-urql-playground.vercel.app
nuxt-urql-playground-bicou.vercel.app

Please sign in to comment.