diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec73c52..431aa001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.15.13](https://github.com/sanity-io/client/compare/v6.15.12...v6.15.13) (2024-04-11) + + +### Bug Fixes + +* improve bun support ([ac37787](https://github.com/sanity-io/client/commit/ac37787241bd15de1ec4a0a8d49593a5d1db6a20)) + ## [6.15.12](https://github.com/sanity-io/client/compare/v6.15.11...v6.15.12) (2024-04-11) diff --git a/package-lock.json b/package-lock.json index 6852038c..453b7f67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sanity/client", - "version": "6.15.12", + "version": "6.15.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sanity/client", - "version": "6.15.12", + "version": "6.15.13", "license": "MIT", "dependencies": { "@sanity/eventsource": "^5.0.0", diff --git a/package.json b/package.json index f9822fb0..f81aafaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/client", - "version": "6.15.12", + "version": "6.15.13", "description": "Client for retrieving, creating and patching data from Sanity.io", "keywords": [ "sanity",