Skip to content

Commit 44639dd

Browse files
authored
Merge pull request #114 from nrabinowitz/release-3.7.2
Preparing for release 3.7.2
2 parents 9236810 + 335dd8f commit 44639dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. This librar
55
## [Unreleased]
66
- *None*
77

8+
## [3.7.2] - 2021-04-29
9+
### Fixed
10+
- Accept integer input to `h3GetResolution` (#113)
11+
812
## [3.7.1] - 2021-03-10
913
### Fixed
1014
- Fixed bug in freeing geo polygon memory during `polyfill` (#104)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h3-js",
3-
"version": "3.7.1",
3+
"version": "3.7.2",
44
"description": "Pure-Javascript version of the H3 library, a hexagon-based geographic grid system",
55
"author": "Nick Rabinowitz <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)