Skip to content

Commit f874b5b

Browse files
committed
chore(ts): bump @fideus-labs/ngff-zarr to version 0.17.0
1 parent 33de90a commit f874b5b

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

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.16.0"
3+
version = "0.17.0"
44
tag_format = "ts-v$version"
55
update_changelog_on_bump = true
66
changelog_file = "CHANGELOG.md"

ts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## ts-v0.17.0 (2026-03-20)
2+
3+
### ✨ Features
4+
5+
- update default OME-Zarr version from 0.4 to 0.5 ([4e60c07](https://github.com/fideus-labs/ngff-zarr/commit/4e60c077b3adcf6f4ef827a1cc112ca8e340f22c))
6+
7+
### 🐛 Bug Fixes
8+
9+
- resolve merge conflicts with main branch ([af2a8eb](https://github.com/fideus-labs/ngff-zarr/commit/af2a8eb4c5e4aa995d7afd79e92a574549db3dfc))
10+
- **ts**: fix TypeScript test failures - handle v0.5 ome namespace in metadata access ([44b5cfb](https://github.com/fideus-labs/ngff-zarr/commit/44b5cfb74cbf1fb8eec7d3490844b5ee0bfcbfc1))
11+
112
## ts-v0.16.0 (2026-03-11)
213

314
### ✨ Features

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.16.0",
3+
"version": "0.17.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.16.0",
129+
version: "0.17.0",
130130
description:
131131
"TypeScript implementation of ngff-zarr for reading and writing OME-Zarr files",
132132
license: "MIT",

0 commit comments

Comments
 (0)