Skip to content

Commit dae7848

Browse files
authored
Bump to 0.2.0 (#31)
1 parent e182184 commit dae7848

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## [0.2.0] - 2023-07-09
4+
5+
- Revamped bundling ([#30](https://github.com/kylebarron/arrow-js-ffi/pull/30))
6+
7+
## [0.1.0] - 2023-07-03
8+
9+
- Initial release
10+
- Working `parseField` and `parseVector` for many vector data types.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arrow-js-ffi",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Zero-copy reading of Arrow data from WebAssembly",
55
"source": "src/index.ts",
66
"umd:main": "dist/arrow-js-ffi.umd.js",

Diff for: yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ __metadata:
737737
typescript: ^4.7.4
738738
vitest: ^0.33.0
739739
peerDependencies:
740-
apache-arrow: ^12.0.0
740+
apache-arrow: ^10.0.0
741741
languageName: unknown
742742
linkType: soft
743743

0 commit comments

Comments
 (0)