From c59a69ed95930fbf22bddc712f8246ddcf5cd31c Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Wed, 31 Jan 2024 12:07:32 -0500 Subject: [PATCH] bump to 0.4.1 (#102) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c974421..47aa732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 645319e..8b915d5 100644 --- a/package.json +++ b/package.json @@ -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",