From 48bad689935278f9067c95a87ec45d8a2bfe7f02 Mon Sep 17 00:00:00 2001 From: Nicholas Rabinowitz Date: Thu, 19 Sep 2019 15:50:48 -0700 Subject: [PATCH] Preparing for release 3.6.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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": [