Skip to content

Commit

Permalink
Merge 41d0fd8 into 8329023
Browse files Browse the repository at this point in the history
  • Loading branch information
nrabinowitz committed Sep 12, 2019
2 parents 8329023 + 41d0fd8 commit 988f22c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. This librar

## [Unreleased]

## [3.6.0] - 2019-09-12
### Fixed
- Removed `unhandledRejection` handling from emscripten build (#64)
- Fixed TypeScript definition file, added a CI test to guard against regressions (#65)
### Changed
- Updated the core library to v3.6.0 (#61)
### Added
- Added bindings for `getPentagonIndexes` and `h3ToCenterChild` (#61)

## [3.5.0] - 2019-07-24
### Added
- Added `h3GetFaces` binding (#54)
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "h3-js",
"version": "3.5.0",
"version": "3.6.0",
"description": "Emscripten transpiled libh3 'bindings' for Node/Web JS",
"author": "David Ellis <isv.damocles@gmail.com>",
"author": "Nick Rabinowitz <nickr@uber.com>",
"contributors": [
"Nick Rabinowitz <nickr@uber.com>"
"David Ellis <isv.damocles@gmail.com>"
],
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 988f22c

Please sign in to comment.