Skip to content

Commit

Permalink
Merge pull request #87 from nrabinowitz/release-3.6.4
Browse files Browse the repository at this point in the history
Prepare for release 3.6.4
  • Loading branch information
Nick Rabinowitz authored Jul 2, 2020
2 parents 4ab7398 + 5a08beb commit 4ecd47c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
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).

## [Unreleased]
- *None*

## [3.6.4] - 2020-06-02
### Fixed
- Fixed `h3IsValid` returning true on certain edge cases (#81)
- Fix some `polyfill` edge cases (#86)
### Changed
- Updated the core library to 3.6.3 - minor fixes for `h3IsValid` and `compact` (#81)
- Updated the core library to 3.6.4 - reinstate new `polyfill` algorithm (#86)

## [3.6.3] - 2019-12-10
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "h3-js",
"version": "3.6.3",
"description": "Emscripten transpiled libh3 'bindings' for Node/Web JS",
"version": "3.6.4",
"description": "Pure-Javascript version of the H3 library, a hexagon-based geographic grid system",
"author": "Nick Rabinowitz <nickr@uber.com>",
"contributors": [
"David Ellis <isv.damocles@gmail.com>"
Expand Down

0 comments on commit 4ecd47c

Please sign in to comment.