diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9e81ca..e6f44d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.3.0](https://github.com/sanity-io/client/compare/v6.2.0...v6.3.0) (2023-08-01) + +### Features + +- **projects:** `includeMembers` option on `projects.list()` ([#273](https://github.com/sanity-io/client/issues/273)) ([5f14eaf](https://github.com/sanity-io/client/commit/5f14eaf9229f5750bf674efebe2885a985476b7a)) + ## [6.2.0](https://github.com/sanity-io/client/compare/v6.1.7...v6.2.0) (2023-07-26) ### Features diff --git a/package-lock.json b/package-lock.json index 4d2c4571..bf6c8b8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sanity/client", - "version": "6.2.0", + "version": "6.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sanity/client", - "version": "6.2.0", + "version": "6.3.0", "license": "MIT", "dependencies": { "@sanity/eventsource": "^5.0.0", diff --git a/package.json b/package.json index f31e0938..42744219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/client", - "version": "6.2.0", + "version": "6.3.0", "description": "Client for retrieving, creating and patching data from Sanity.io", "keywords": [ "sanity",