Skip to content

Commit

Permalink
chore(release): 1.0.0-b.155 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-b.155](itk-wasm-v1.0.0-b.154...itk-wasm-v1.0.0-b.155) (2023-11-09)

### Bug Fixes

* **bindgen:** create __init__.py for emscripten package test fix import ([1b0a814](1b0a814))
* **bindgen:** remove rollup configurations ([84e78df](84e78df))

### Features

* **bindgen:** embed js module bundle in the python package ([f46df27](f46df27))
* **image-io:** add itkwasm-image-io-emscripten package ([8f73d22](8f73d22))
* **itkwasm-image-io-wasi:** add bindgen output ([7fe693b](7fe693b))
* **itkwasm-image-io-wasi:** add read_image, imread ([020ac77](020ac77))
* **itkwasm-image-io-wasi:** add write_image ([2d88004](2d88004))
* **itkwasm-image-io:** initial addition ([815d901](815d901))
  • Loading branch information
semantic-release-bot committed Nov 9, 2023
1 parent e8ac26b commit f0b9874
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
[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.155](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.154...itk-wasm-v1.0.0-b.155) (2023-11-09)


### Bug Fixes

* **bindgen:** create __init__.py for emscripten package test fix import ([1b0a814](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/1b0a814371cd871d5c0b062a4645f6c494bdc5b3))
* **bindgen:** remove rollup configurations ([84e78df](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/84e78df94d31986e42f9f16162eef2370153fbe2))


### Features

* **bindgen:** embed js module bundle in the python package ([f46df27](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/f46df272e5a24516e129d5b59e6a8a8f1f1edf99))
* **image-io:** add itkwasm-image-io-emscripten package ([8f73d22](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/8f73d22bfb7aa191b957e351becfb8fdaea6f257))
* **itkwasm-image-io-wasi:** add bindgen output ([7fe693b](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/7fe693bb574857008e8fdec8a3f1521b96952bac))
* **itkwasm-image-io-wasi:** add read_image, imread ([020ac77](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/020ac77129935874e433893145fddb66feca779f))
* **itkwasm-image-io-wasi:** add write_image ([2d88004](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/2d88004880e200c77792ae9983b108a52af30e80))
* **itkwasm-image-io:** initial addition ([815d901](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/815d90197479533ea0045a58a5cc4867f9af380c))

# [1.0.0-b.154](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.153...itk-wasm-v1.0.0-b.154) (2023-11-06)


Expand Down

0 comments on commit f0b9874

Please sign in to comment.