Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed Aug 4, 2023
1 parent e92af61 commit c4f92da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 0.5.0

- #36: Support passing an `ArrayBuffer` directly (thanks @AdityaSarwade!)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npyjs",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"description": "Parse npy files in JS",
"exports": "./index.js",
Expand All @@ -19,4 +19,4 @@
"dependencies": {
"cross-fetch": "^3.1.5"
}
}
}

0 comments on commit c4f92da

Please sign in to comment.