From 6c6aa10edd098bc7c1bd1a918145da317325e1ea Mon Sep 17 00:00:00 2001 From: Nicholas Rabinowitz Date: Wed, 24 Jul 2019 10:37:51 -0700 Subject: [PATCH] Preparing for release 3.5.0 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2412970..b1370f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,11 @@ 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.5.0] - 2019-07-24 ### Added - Added `h3GetFaces` binding (#54) -- Generate TypeScript definition file from jsdoc comments. (#55) +- Generated a TypeScript definition file from jsdoc comments (#55) ### Changed - Updated the core library to v3.5.0 (#52, #54) diff --git a/package.json b/package.json index 0a3c1c1..c8e4981 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h3-js", - "version": "3.4.3", + "version": "3.5.0", "description": "Emscripten transpiled libh3 'bindings' for Node/Web JS", "author": "David Ellis ", "contributors": [