diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7dfe3..50e1daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 140c26f..c5f8afa 100644 --- a/package.json +++ b/package.json @@ -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 ", "contributors": [