From 9ebbb7c81272c38c502378516f7c6eef17ff4ba7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Apr 2023 21:01:49 +0000 Subject: [PATCH] chore(release): 5.4.2 [skip ci] --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dfe8934..97a43178 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. +## [5.4.2](https://github.com/sanity-io/client/compare/v5.4.1...v5.4.2) (2023-04-03) + +### Bug Fixes + +- **mutate:** reflect support for providing transaction id in typings ([#187](https://github.com/sanity-io/client/issues/187)) ([b7ad302](https://github.com/sanity-io/client/commit/b7ad302d80ce90574e3d52875f3af67c65e683eb)) +- **mutate:** serialize clientless patches correctly ([#186](https://github.com/sanity-io/client/issues/186)) ([b635dff](https://github.com/sanity-io/client/commit/b635dffc9073d6452735a6128c344b924b58d599)) + ## [5.4.1](https://github.com/sanity-io/client/compare/v5.4.0...v5.4.1) (2023-03-30) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 4c67e8c3..3fa8018b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sanity/client", - "version": "5.4.1", + "version": "5.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sanity/client", - "version": "5.4.1", + "version": "5.4.2", "license": "MIT", "dependencies": { "@sanity/eventsource": "5", diff --git a/package.json b/package.json index 4b023264..298a16d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/client", - "version": "5.4.1", + "version": "5.4.2", "description": "Client for retrieving, creating and patching data from Sanity.io", "keywords": [ "sanity",