Skip to content

Commit

Permalink
chore(main): release mutate 0.10.1 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] authored Oct 22, 2024
1 parent 3009e84 commit c40668e
Show file tree
Hide file tree
Showing 3 changed files with 10 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.10.0"}
{".":"0.10.1"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.10.1](https://github.com/sanity-io/mutate/compare/mutate-v0.10.0...mutate-v0.10.1) (2024-10-22)


### Bug Fixes

* return correct value on `applyInArray` assumed noop ([#21](https://github.com/sanity-io/mutate/issues/21)) ([0735ca2](https://github.com/sanity-io/mutate/commit/0735ca255826055f224dbf1c6fe584f2d2ca4a70))
* stop inlining lodash ([#24](https://github.com/sanity-io/mutate/issues/24)) ([3009e84](https://github.com/sanity-io/mutate/commit/3009e84e9a41f9fee31ba318bd5f85606e64e324))

## [0.10.0](https://github.com/sanity-io/mutate/compare/mutate-v0.9.0...mutate-v0.10.0) (2024-09-02)


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.10.1-lodash.0",
"version": "0.10.1",
"description": "Experimental toolkit for working with Sanity mutations in JavaScript & TypeScript",
"keywords": [
"sanity",
Expand Down

0 comments on commit c40668e

Please sign in to comment.