Skip to content

Commit

Permalink
bump to 0.4.1 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Jan 31, 2024
1 parent 8e4d798 commit c59a69e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog

## [0.4.1] - 2024-01-31

- Add clean and build to `prepublishOnly`. 0.4.0 had accidentally been published with stale code.

## [0.4.0] - 2024-01-31

**Yanked**

- Support for null bitmaps, union arrays, duration arrays, dictionary-encoded arrays, map arrays.
- Set `copy` to `true` by default. To create zero-copy views, pass `copy=false`.
- Bump `apache-arrow` peer dependency to v15.
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.0",
"version": "0.4.1",
"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 c59a69e

Please sign in to comment.