Skip to content

Commit dfc1031

Browse files
chore(release): 6.2.0 [skip ci]
1 parent 99be456 commit dfc1031

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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+
## [6.2.0](https://github.com/sanity-io/client/compare/v6.1.7...v6.2.0) (2023-07-26)
9+
10+
### Features
11+
12+
- support `fetch` for Next.js `app-router` ([#249](https://github.com/sanity-io/client/issues/249)) ([0aa4c6d](https://github.com/sanity-io/client/commit/0aa4c6dd9e7ec5cebc9847f7a5e0101a9c4a316d))
13+
814
## [6.1.7](https://github.com/sanity-io/client/compare/v6.1.6...v6.1.7) (2023-07-07)
915

1016
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/client",
3-
"version": "6.2.0-fetch.6",
3+
"version": "6.2.0",
44
"description": "Client for retrieving, creating and patching data from Sanity.io",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)