Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 23, 2022
1 parent fdf8353 commit 52db66e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@


## [1.3.0](https://github.com/nuxt-modules/sanity/compare/1.2.3...1.3.0) (2022-09-23)


### Features

* enable `groq`, `useSanity` and `createSanityClient` in server routes ([#510](https://github.com/nuxt-modules/sanity/issues/510)) ([fdf8353](https://github.com/nuxt-modules/sanity/commit/fdf83530e6bb827f78a60a050c1cf79e883d0456))


### Bug Fixes

* use fresh client independent of isomorphic fetch ([#509](https://github.com/nuxt-modules/sanity/issues/509)) ([52f0bd3](https://github.com/nuxt-modules/sanity/commit/52f0bd36bbf9a56bd129579bbba0b0e8692b848f))

### [1.2.3](https://github.com/nuxt-modules/sanity/compare/1.2.2...1.2.3) (2022-06-22)


Expand Down Expand Up @@ -331,4 +343,4 @@

### Features

* initial sanity module for Nuxt ([0b204ee](https://github.com/nuxt-modules/sanity/commit/0b204ee8b1d8fac241602bf7ad8180bbb534265b))
* initial sanity module for Nuxt ([0b204ee](https://github.com/nuxt-modules/sanity/commit/0b204ee8b1d8fac241602bf7ad8180bbb534265b))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/sanity",
"version": "1.2.3",
"version": "1.3.0",
"license": "MIT",
"repository": "nuxt-modules/sanity",
"description": "Sanity integration for Nuxt",
Expand Down

0 comments on commit 52db66e

Please sign in to comment.