From 88e98c34421cf2c6e9fce4b2c6a48783ea97ae6b Mon Sep 17 00:00:00 2001 From: Nick Rabinowitz Date: Wed, 10 Mar 2021 15:56:10 -0800 Subject: [PATCH] Prepare for release 3.7.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec56d80..2f67132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. This librar ## [Unreleased] - *None* +## [3.7.1] - 2021-03-10 +### Fixed +- Fixed bug in freeing geo polygon memory during `polyfill` (#104) + ## [3.7.0] - 2020-10-15 ### Added - Added bindings for new area and distance functions (#93): diff --git a/package.json b/package.json index aa537fe..01d4964 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h3-js", - "version": "3.7.0", + "version": "3.7.1", "description": "Pure-Javascript version of the H3 library, a hexagon-based geographic grid system", "author": "Nick Rabinowitz ", "contributors": [