Skip to content

Commit

Permalink
Merge pull request #75 from nrabinowitz/release-3.6.2
Browse files Browse the repository at this point in the history
Prepare for release 3.6.2
  • Loading branch information
Nick Rabinowitz authored Nov 11, 2019
2 parents 9e9d891 + b3e2f44 commit 56fb0b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
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]

## [3.6.2] - 2019-11-11
### Fixed
- Improved TypeScript typedefs (#73)
- Fix `polyfill` edge cases, improve perfomance (#74)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h3-js",
"version": "3.6.1",
"version": "3.6.2",
"description": "Emscripten transpiled libh3 'bindings' for Node/Web JS",
"author": "Nick Rabinowitz <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 56fb0b1

Please sign in to comment.