diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a97e87..2d06696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This librar ## [Unreleased] +## [3.6.1] - 2019-09-19 +### Fixed +- Downgraded required `yarn` version (#68) + ## [3.6.0] - 2019-09-12 ### Fixed - Removed `unhandledRejection` handling from emscripten build (#64) diff --git a/package.json b/package.json index 3dea7d8..140c26f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h3-js", - "version": "3.6.0", + "version": "3.6.1", "description": "Emscripten transpiled libh3 'bindings' for Node/Web JS", "author": "Nick Rabinowitz ", "contributors": [