Skip to content

Commit 3de31d8

Browse files
authored
bump to 0.3.1 (#28)
1 parent 32c9ada commit 3de31d8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.3.1] - 2024-06-25
4+
5+
- Fix bundling by @kylebarron in https://github.com/geoarrow/geoarrow-js/pull/26
6+
7+
**Full Changelog**: https://github.com/geoarrow/geoarrow-js/compare/v0.3.0...v0.3.1
8+
39
## [0.3.0] - 2024-01-22
410

511
- earcut worker by @kylebarron in https://github.com/geoarrow/geoarrow-js/pull/20

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geoarrow/geoarrow-js",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "TypeScript implementation of GeoArrow",
55
"source": "src/index.ts",
66
"umd:main": "dist/geoarrow.umd.js",

0 commit comments

Comments
 (0)