Skip to content

Commit

Permalink
chore(main): release 6.10.0 (#452)
Browse files Browse the repository at this point in the history
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] authored Dec 12, 2023
1 parent 936ec9e commit 6f6ed62
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.10.0](https://github.com/sanity-io/client/compare/v6.9.3...v6.10.0) (2023-12-12)


### Features

* allow setting `useCdn: boolean` on `client.fetch` ([#454](https://github.com/sanity-io/client/issues/454)) ([936ec9e](https://github.com/sanity-io/client/commit/936ec9e7b25b8b24a1829cb0d896d7aa142dbee2))
* **stega:** allow setting `stega` options on `client.fetch` ([#427](https://github.com/sanity-io/client/issues/427)) ([144fc2d](https://github.com/sanity-io/client/commit/144fc2db5bdbf5ec9dbd706843df41069e65dd6b))


### Bug Fixes

* **stega:** strip stega strings from params ([#453](https://github.com/sanity-io/client/issues/453)) ([26ce483](https://github.com/sanity-io/client/commit/26ce48378cfecc732f8b94c70903c09f8e01d383))

## [6.9.3](https://github.com/sanity-io/client/compare/v6.9.2...v6.9.3) (2023-12-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/client",
"version": "6.9.4-canary.1",
"version": "6.10.0",
"description": "Client for retrieving, creating and patching data from Sanity.io",
"keywords": [
"sanity",
Expand Down

0 comments on commit 6f6ed62

Please sign in to comment.