Skip to content

Commit

Permalink
chore(main): release mutate 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecospark[bot] authored Jan 9, 2025
1 parent 5f48b6a commit f77f4e8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.11.1"}
{".":"0.12.0"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.12.0](https://github.com/sanity-io/mutate/compare/mutate-v0.11.1...mutate-v0.12.0) (2025-01-09)


### ⚠ BREAKING CHANGES

* **listeners:**

### Features

* add converter for form patches to mutate patches ([#44](https://github.com/sanity-io/mutate/issues/44)) ([5f48b6a](https://github.com/sanity-io/mutate/commit/5f48b6aad7a4ee90d32753a2c2fdda649f0a8ff7))


### Code Refactoring

* **listeners:** support custom fetch and listen functions ([#43](https://github.com/sanity-io/mutate/issues/43)) ([521e850](https://github.com/sanity-io/mutate/commit/521e850d362158603a73279a1e73454e37bff346))

## [0.11.1](https://github.com/sanity-io/mutate/compare/mutate-v0.11.0...mutate-v0.11.1) (2024-11-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/mutate",
"version": "0.11.1",
"version": "0.12.0",
"description": "Experimental toolkit for working with Sanity mutations in JavaScript & TypeScript",
"keywords": [
"sanity",
Expand Down

0 comments on commit f77f4e8

Please sign in to comment.