Skip to content

Commit 570d648

Browse files
authored
v0.2.3 to v0.2.4 (#58)
* bump version * update changelog
1 parent f9ab938 commit 570d648

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [0.2.4] - 2026-03-05
4+
- Added stride read support and a new convenience method, `get` see [#57](https://github.com/EarthyScience/netcdf4-wasm/pull/57)
5+
36
## [0.2.3] - 2026-02-21
47
- Removed leading slash if not root to match how zarrita handles groups [#55](https://github.com/EarthyScience/netcdf4-wasm/pull/55)
58

docs/viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint"
1111
},
1212
"dependencies": {
13-
"@earthyscience/netcdf4-wasm": "^0.2.2",
13+
"@earthyscience/netcdf4-wasm": "^0.2.4",
1414
"@radix-ui/react-accordion": "^1.2.12",
1515
"@radix-ui/react-dialog": "^1.1.15",
1616
"@radix-ui/react-label": "^2.1.8",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@earthyscience/netcdf4-wasm",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Partial compilation of NetCDF4 library to WebAssembly with TypeScript bindings",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)