Skip to content

Commit c346d89

Browse files
chore(release): 1.0.0-b.147 [skip ci]
# [1.0.0-b.147](itk-wasm-v1.0.0-b.146...itk-wasm-v1.0.0-b.147) (2023-10-11) ### Bug Fixes * add image-io cxx sources ([f4ff5eb](f4ff5eb)) * **image-io:** import localPathRelativeToModule ([3dcd325](3dcd325)) ### Features * **image-io:** Add --information-only flag ([564e678](564e678)) * **image-io:** add readImage ([b80fd47](b80fd47)) * **image-io:** Add readImageNode to package ([d52c46f](d52c46f)) * **image-io:** add writeImage function ([8b8de3e](8b8de3e)) * **image-io:** add writeImageNode to the package ([cfbfd13](cfbfd13)) * **image-io:** bindgen updates for output files ([fa0ce80](fa0ce80)) * **image-io:** initial image-io pkg sources ([376e70f](376e70f)) * **image-io:** Mark typescript couldRead and couldWrite as booleans ([5b4c63a](5b4c63a)) * **image-io:** Update package for bindgen generation ([da20f7e](da20f7e)) * **itk-wasm-cli:** Update default Docker image for 20231002- ([138f178](138f178))
1 parent 912f008 commit c346d89

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
[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.
22

3+
# [1.0.0-b.147](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.146...itk-wasm-v1.0.0-b.147) (2023-10-11)
4+
5+
6+
### Bug Fixes
7+
8+
* add image-io cxx sources ([f4ff5eb](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/f4ff5eb6b42eceecdbe749cbc2ae2ae59fae59c8))
9+
* **image-io:** import localPathRelativeToModule ([3dcd325](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/3dcd325571b6bff77f7664133c0ed2535ede5450))
10+
11+
12+
### Features
13+
14+
* **image-io:** Add --information-only flag ([564e678](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/564e67881fe948d12d56c57e5e43c4722a7c30f9))
15+
* **image-io:** add readImage ([b80fd47](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/b80fd47593f1ed8da76d7d97233579e5b27117c7))
16+
* **image-io:** Add readImageNode to package ([d52c46f](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/d52c46f1398878dc6df87d78fa9b6726c9b75d40))
17+
* **image-io:** add writeImage function ([8b8de3e](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/8b8de3e17d5cc1fe757a45aa1ba9ee24e027f8b5))
18+
* **image-io:** add writeImageNode to the package ([cfbfd13](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/cfbfd136fb46918ad36c92be44d6396fe8ada956))
19+
* **image-io:** bindgen updates for output files ([fa0ce80](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/fa0ce80a22ff850be094e6ff4ec7b14d5c8eaec9))
20+
* **image-io:** initial image-io pkg sources ([376e70f](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/376e70f94367eda244bc699a54e63f9f2d7ec5a6))
21+
* **image-io:** Mark typescript couldRead and couldWrite as booleans ([5b4c63a](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/5b4c63abb6f7ba6471d508e98d1e842bf89d3293))
22+
* **image-io:** Update package for bindgen generation ([da20f7e](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/da20f7eca51683b24f4f52531acc547a7f320450))
23+
* **itk-wasm-cli:** Update default Docker image for 20231002- ([138f178](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/138f17855b28dff091c28b8970945dedac508b81))
24+
325
# [1.0.0-b.146](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.145...itk-wasm-v1.0.0-b.146) (2023-09-30)
426

527

0 commit comments

Comments
 (0)