From 854096eba84fa8f7ce37187a3c90eef6ed875ba9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 May 2023 15:52:04 +0000 Subject: [PATCH] chore(release): 1.0.0-b.109 [skip ci] # [1.0.0-b.109](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.108...itk-wasm-v1.0.0-b.109) (2023-05-18) ### Bug Fixes * **PolyDataOutput and MeshOutput:** check SharedArrayBuffer ([40f5736](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/40f57368392ba667932d1dc4812569bcb163080f)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c033168..3e4efcad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ [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.109](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.108...itk-wasm-v1.0.0-b.109) (2023-05-18) + + +### Bug Fixes + +* **PolyDataOutput and MeshOutput:** check SharedArrayBuffer ([40f5736](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/40f57368392ba667932d1dc4812569bcb163080f)) + # [1.0.0-b.108](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.107...itk-wasm-v1.0.0-b.108) (2023-05-16)