From f6de5f9f124691802d9b919ae2f09f17c0a9d2cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Aug 2022 01:51:57 +0000 Subject: [PATCH] chore(release): 1.0.0-b.18 [skip ci] # [1.0.0-b.18](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.17...itk-wasm-v1.0.0-b.18) (2022-08-16) ### Bug Fixes * **Python:** add name entry to Python itkwasm Image ([cf08600](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/cf086002350a2c8b0837cf2f8fc63732bff6613e)) * **readDICOMTags:** Allow webWorker to be null ([9e5b242](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/9e5b242702f48f8468eba51fdff7d6b953ef80c4)) * **worker:** Ensure worker promises are reused ([6075dd2](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/6075dd2993fe82b74bd47276aa0dc2644734c2f7)) ### Features * **itk-wasm-cli:** update default Docker image for 1.0.0-b.18 ([f99c8e0](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/f99c8e086a33f3fb51c6d84f9433d8830306dd16)) * **version:** bump version to 1.0.0-b.18 ([e37e225](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/e37e225bf187288d9b47ac616d09ea3af16d909e)) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6beae03..c17107dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ [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.18](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.17...itk-wasm-v1.0.0-b.18) (2022-08-16) + + +### Bug Fixes + +* **Python:** add name entry to Python itkwasm Image ([cf08600](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/cf086002350a2c8b0837cf2f8fc63732bff6613e)) +* **readDICOMTags:** Allow webWorker to be null ([9e5b242](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/9e5b242702f48f8468eba51fdff7d6b953ef80c4)) +* **worker:** Ensure worker promises are reused ([6075dd2](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/6075dd2993fe82b74bd47276aa0dc2644734c2f7)) + + +### Features + +* **itk-wasm-cli:** update default Docker image for 1.0.0-b.18 ([f99c8e0](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/f99c8e086a33f3fb51c6d84f9433d8830306dd16)) +* **version:** bump version to 1.0.0-b.18 ([e37e225](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/e37e225bf187288d9b47ac616d09ea3af16d909e)) + # [1.0.0-b.18](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.17...itk-wasm-v1.0.0-b.18) (2022-08-15)