Skip to content

Commit

Permalink
bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jun 25, 2024
1 parent 32c9ada commit f32d104
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,5 +1,11 @@
# Changelog

## [0.3.1] - 2024-06-25

- Fix bundling by @kylebarron in https://github.com/geoarrow/geoarrow-js/pull/26

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

## [0.3.0] - 2024-01-22

- earcut worker by @kylebarron in https://github.com/geoarrow/geoarrow-js/pull/20
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",
"version": "0.3.1",
"description": "TypeScript implementation of GeoArrow",
"source": "src/index.ts",
"umd:main": "dist/geoarrow.umd.js",
Expand Down

0 comments on commit f32d104

Please sign in to comment.