From 247ef1d9c8d6944c96f1706c7806f421580d1540 Mon Sep 17 00:00:00 2001 From: Lazaro Alonso Date: Thu, 5 Mar 2026 11:17:36 +0100 Subject: [PATCH 1/2] bump version --- docs/viewer/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/viewer/package.json b/docs/viewer/package.json index d92e0e7..292a000 100644 --- a/docs/viewer/package.json +++ b/docs/viewer/package.json @@ -10,7 +10,7 @@ "lint": "eslint" }, "dependencies": { - "@earthyscience/netcdf4-wasm": "^0.2.2", + "@earthyscience/netcdf4-wasm": "^0.2.4", "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-label": "^2.1.8", diff --git a/package.json b/package.json index 5cce28b..a371263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@earthyscience/netcdf4-wasm", - "version": "0.2.3", + "version": "0.2.4", "description": "Partial compilation of NetCDF4 library to WebAssembly with TypeScript bindings", "type": "module", "main": "./dist/index.js", From dc18e6345406c18858ae5da430d629ec1f081c2d Mon Sep 17 00:00:00 2001 From: Lazaro Alonso Date: Thu, 5 Mar 2026 11:25:39 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24bc73e..fd4a924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [0.2.4] - 2026-03-05 +- Added stride read support and a new convenience method, `get` see [#57](https://github.com/EarthyScience/netcdf4-wasm/pull/57) + ## [0.2.3] - 2026-02-21 - Removed leading slash if not root to match how zarrita handles groups [#55](https://github.com/EarthyScience/netcdf4-wasm/pull/55)