diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e208148..d502d4da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.22.0](https://github.com/sanity-io/client/compare/v6.21.3...v6.22.0) (2024-09-23) + + +### Features + +* **live:** add experimental `includeDrafts` option ([#890](https://github.com/sanity-io/client/issues/890)) ([e1406b1](https://github.com/sanity-io/client/commit/e1406b148ff52a298d93b2d37f8d99576ce4d89a)) + + +### Bug Fixes + +* **deps:** update dependency get-it to ^8.6.5 ([#885](https://github.com/sanity-io/client/issues/885)) ([847ad5b](https://github.com/sanity-io/client/commit/847ad5b1c4e2ea9c3cd11b69817b5c386dd8ba26)) + ## [6.21.3](https://github.com/sanity-io/client/compare/v6.21.2...v6.21.3) (2024-08-14) diff --git a/package-lock.json b/package-lock.json index cdcd8ac2..7ac44830 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sanity/client", - "version": "6.21.4-canary.2", + "version": "6.22.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sanity/client", - "version": "6.21.4-canary.2", + "version": "6.22.0", "license": "MIT", "dependencies": { "@sanity/eventsource": "^5.0.2", diff --git a/package.json b/package.json index d360cf30..b917e051 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/client", - "version": "6.21.4-canary.2", + "version": "6.22.0", "description": "Client for retrieving, creating and patching data from Sanity.io", "keywords": [ "sanity",