diff --git a/CHANGELOG.md b/CHANGELOG.md index 30755215a4c..f70c69c9232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.5.2](https://github.com/sanity-io/next-sanity/compare/v5.5.1...v5.5.2) (2023-09-13) + + +### Bug Fixes + +* replace client configuration with client.fetch configuration ([#620](https://github.com/sanity-io/next-sanity/issues/620)) ([d3c0669](https://github.com/sanity-io/next-sanity/commit/d3c06695ffb201ce867e19d31d6ed5d7e88a6063)) + ## [5.5.1](https://github.com/sanity-io/next-sanity/compare/v5.5.0...v5.5.1) (2023-09-13) diff --git a/package-lock.json b/package-lock.json index 1874c381278..910e2cf0e93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "next-sanity", - "version": "5.5.1", + "version": "5.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "next-sanity", - "version": "5.5.1", + "version": "5.5.2", "license": "MIT", "dependencies": { "@sanity/client": "^6.4.11", diff --git a/package.json b/package.json index f0d873ac2ed..86d675be433 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-sanity", - "version": "5.5.1", + "version": "5.5.2", "description": "Sanity.io toolkit for Next.js", "keywords": [ "sanity",