Skip to content

Commit 680e5ac

Browse files
committed
chore(ts): bump @fideus-labs/ngff-zarr to version 0.16.0
1 parent f192277 commit 680e5ac

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

ts/.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_ngff_zarr"
3-
version = "0.15.1"
3+
version = "0.16.0"
44
tag_format = "ts-v$version"
55
update_changelog_on_bump = true
66
changelog_file = "CHANGELOG.md"

ts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## ts-v0.16.0 (2026-03-11)
2+
3+
### ✨ Features
4+
5+
- **py,ts**: add bidirectional anatomical orientation ↔ ITK direction matrix conversion ([e427ca4](https://github.com/fideus-labs/ngff-zarr/commit/e427ca4e5e131a97b9b566a5fd79ac6020110dd9))
6+
17
## ts-v0.15.1 (2026-03-10)
28

39
### ♻️ Refactoring

ts/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fideus-labs/ngff-zarr",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"license": "MIT",
55
"exports": {
66
".": "./src/mod.ts",

ts/scripts/build_npm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ async function createTsConfig(): Promise<void> {
126126
async function createPackageJson(): Promise<void> {
127127
const packageJson = {
128128
name: "@fideus-labs/ngff-zarr",
129-
version: "0.15.1",
129+
version: "0.16.0",
130130
description:
131131
"TypeScript implementation of ngff-zarr for reading and writing OME-Zarr files",
132132
license: "MIT",

0 commit comments

Comments
 (0)