From a7594b71798e9d94711b6c1a6c87aa2b035f2fee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Sep 2023 21:16:47 +0000 Subject: [PATCH] chore(release): 1.0.0-b.141 [skip ci] # [1.0.0-b.141](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.140...itk-wasm-v1.0.0-b.141) (2023-09-22) ### Bug Fixes * **bindgen:** add preRun argument to sample LoadSampleInputs function ([f661729](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/f661729bd81338c48b81e1ba0d1b01a9a0dc847e)) * **bindgen:** Address issues with multiple input and output files with an option ([eeb8833](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/eeb8833c7cee626903224af8b5c85ef61b86299a)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd08e2f8..d192c922e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ [itk-wasm](https://wasm.itk.org) combines [ITK](https://itk.org) and [WebAssembly](https://webassembly.org/) to enable high-performance, multi-dimensional spatial analysis and visualization. +# [1.0.0-b.141](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.140...itk-wasm-v1.0.0-b.141) (2023-09-22) + + +### Bug Fixes + +* **bindgen:** add preRun argument to sample LoadSampleInputs function ([f661729](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/f661729bd81338c48b81e1ba0d1b01a9a0dc847e)) +* **bindgen:** Address issues with multiple input and output files with an option ([eeb8833](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/eeb8833c7cee626903224af8b5c85ef61b86299a)) + # [1.0.0-b.140](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.139...itk-wasm-v1.0.0-b.140) (2023-09-19)