Skip to content

Commit

Permalink
Merge pull request #32 from nrabinowitz/release-3.4.0
Browse files Browse the repository at this point in the history
Preparing for release 3.4.0
  • Loading branch information
nrabinowitz authored Jan 25, 2019
2 parents 5b50f55 + d2d1e52 commit d2d3879
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
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]
- *None*

## [3.4.0] - 2019-01-24
### Changed
- Updated the core library to v3.4.0 (#31)
### Added
- Added `getRes0Indexes` binding (#31)

## [3.3.0] - 2019-1-8
## [3.3.0] - 2019-01-08
### Changed
- Updated the core library to v3.3.0 (#29)
### Added
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.3.0",
"version": "3.4.0",
"description": "Emscripten transpiled libh3 'bindings' for Node/Web JS",
"author": "David Ellis <[email protected]>",
"contributors": [
Expand Down

0 comments on commit d2d3879

Please sign in to comment.