This release is technically a breaking change to the public type BatchMintRequest (and by extension, BatchMintPreview), but treating as a patch as batch minting is new and experimental, not widely supported or used, the payload is short lived, and the primary consumer is this library.
In the unlikely even you were using these types, please update quote_amounts from bigint[] to Amount[] in your code.
What's Changed
- fix(batch minting): type BatchMintRequest.quote_amounts was incorrect by @robwoodgate in #646
- chore(main): release 4.2.1 by @robwoodgate in #647
Full Changelog: v4.2.0...v4.2.1