Skip to content

Commit

Permalink
Bump to 0.4.2 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Apr 18, 2024
1 parent 70aa3c6 commit c554ef6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.4.2] - 2024-04-18

- Allow `Uint32Array` type in `parseTable`.

## [0.4.1] - 2024-01-31

- Add clean and build to `prepublishOnly`. 0.4.0 had accidentally been published with stale code.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arrow-js-ffi",
"version": "0.4.1",
"version": "0.4.2",
"description": "Zero-copy reading of Arrow data from WebAssembly",
"source": "src/index.ts",
"umd:main": "dist/arrow-js-ffi.umd.js",
Expand Down

0 comments on commit c554ef6

Please sign in to comment.