Skip to content

Commit 4ecd47c

Browse files
author
Nick Rabinowitz
authored
Merge pull request #87 from nrabinowitz/release-3.6.4
Prepare for release 3.6.4
2 parents 4ab7398 + 5a08beb commit 4ecd47c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
All notable changes to this project will be documented in this file. This library adheres to a versioning policy described in [the README](./README.md#versioning). The public API of this library consists of the functions exported in [h3core.js](./lib/h3core.js).
44

55
## [Unreleased]
6+
- *None*
7+
8+
## [3.6.4] - 2020-06-02
69
### Fixed
710
- Fixed `h3IsValid` returning true on certain edge cases (#81)
11+
- Fix some `polyfill` edge cases (#86)
812
### Changed
913
- Updated the core library to 3.6.3 - minor fixes for `h3IsValid` and `compact` (#81)
14+
- Updated the core library to 3.6.4 - reinstate new `polyfill` algorithm (#86)
1015

1116
## [3.6.3] - 2019-12-10
1217
### Fixed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "h3-js",
3-
"version": "3.6.3",
4-
"description": "Emscripten transpiled libh3 'bindings' for Node/Web JS",
3+
"version": "3.6.4",
4+
"description": "Pure-Javascript version of the H3 library, a hexagon-based geographic grid system",
55
"author": "Nick Rabinowitz <[email protected]>",
66
"contributors": [
77
"David Ellis <[email protected]>"

0 commit comments

Comments
 (0)