diff --git a/CHANGELOG.md b/CHANGELOG.md index b69e0a7..37e1235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Release 0.6.2 +**Date:** 2023-10-09 + +* Added store get options pass through to `ZarrArray.get` and `ZarrArray.getRaw`. + ## Release 0.6.1 **Date:** 2023-02-01 diff --git a/package-lock.json b/package-lock.json index 3299806..e1654f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zarr", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "zarr", - "version": "0.6.1", + "version": "0.6.2", "license": "Apache-2.0", "dependencies": { "numcodecs": "^0.2.2", diff --git a/package.json b/package.json index 12cda08..180397b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zarr", - "version": "0.6.1", + "version": "0.6.2", "description": "Javascript implementation of Zarr", "keywords": [ "ndarray",