Skip to content

Commit

Permalink
bump to 0.3.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Jan 22, 2024
1 parent 020c0a8 commit 75d3576
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 482 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0] - 2024-01-22

- earcut worker by @kylebarron in https://github.com/geoarrow/geoarrow-js/pull/20
- Bump to apache-arrow 15 and simplify worker utils by @kylebarron in https://github.com/geoarrow/geoarrow-js/pull/22

**Full Changelog**: https://github.com/geoarrow/geoarrow-js/compare/v0.2.0...v0.3.0

## [0.2.0] - 2023-11-30

- Get the exterior of a Polygon or MultiPolygon https://github.com/geoarrow/geoarrow-js/pull/14
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": "@geoarrow/geoarrow-js",
"version": "0.3.0-beta.1",
"version": "0.3.0",
"description": "TypeScript implementation of GeoArrow",
"source": "src/index.ts",
"umd:main": "dist/geoarrow.umd.js",
Expand Down
Loading

0 comments on commit 75d3576

Please sign in to comment.