Skip to content

Commit

Permalink
Merge pull request #57 from nrabinowitz/release-3.5.0
Browse files Browse the repository at this point in the history
Preparing for release 3.5.0
  • Loading branch information
Nick Rabinowitz authored Jul 24, 2019
2 parents e843d35 + 6c6aa10 commit c5f653f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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.4.3",
"version": "3.5.0",
"description": "Emscripten transpiled libh3 'bindings' for Node/Web JS",
"author": "David Ellis <[email protected]>",
"contributors": [
Expand Down

0 comments on commit c5f653f

Please sign in to comment.