Skip to content

Commit 6c50875

Browse files
chore(release): 7.9.1 [skip ci]
1 parent 224b994 commit 6c50875

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/gatsby-source-sanity/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [7.9.1](https://github.com/sanity-io/gatsby-source-sanity/compare/v7.9.0...v7.9.1) (2023-10-18)
9+
10+
### Bug Fixes
11+
12+
- sanityClient() does not accept undefined as apiHost ([#272](https://github.com/sanity-io/gatsby-source-sanity/issues/272)) ([224b994](https://github.com/sanity-io/gatsby-source-sanity/commit/224b994aed47676fa6c6b1a1c5b7a6c20624ce8f))
13+
814
## [7.9.0](https://github.com/sanity-io/gatsby-source-sanity/compare/v7.8.1...v7.9.0) (2023-10-17)
915

1016
### Features

packages/gatsby-source-sanity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-sanity",
3-
"version": "7.9.0",
3+
"version": "7.9.1",
44
"description": "Gatsby source plugin for building websites using Sanity.io as a backend.",
55
"keywords": [
66
"gatsby",

0 commit comments

Comments
 (0)