Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Feb 17, 2022
1 parent 7c1b096 commit 1d4dbad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.2.2 2022-02-16
### Added
- IDBFS adapter added to ESM module

### Changed
- license statement expanded

## v0.2.1 2022-02-04
### Fixed
- Writing of Float64 datasets was broken, and is now working
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h5wasm",
"version": "0.2.1",
"version": "0.2.2",
"description": "A high-level library for reading and writing HDF5 files from Javascript, using a wasm-compiled version of the HDF5 C library",
"main": "./dist/node/hdf5_hl.js",
"types": "./src/hdf5_hl.d.ts",
Expand Down

0 comments on commit 1d4dbad

Please sign in to comment.