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) 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",