Skip to content

Commit

Permalink
Merge pull request #12 from nrabinowitz/release-3.0.2
Browse files Browse the repository at this point in the history
Preparing for release 3.0.2
  • Loading branch information
nrabinowitz authored Jul 26, 2018
2 parents 048f477 + 0d3ea65 commit d11ab1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
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.0.2] - 2018-07-26
### Changed
- Renamed names of h3.1 or h3-1 to h3 (#4)
- Updated the core library to v3.0.8 (#10)
- Renamed names of h3.1 or h3-1 to h3 (#4)
- Added engine support for Node 10 (#11)

## [3.0.1] - 2018-06-18
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Before we can merge your changes, you must agree to the [Uber Contributor Licens

## Other ways to contribute

You may also be interested in [contributing to the H3 core library repository](https://github.com/uber/h3/blob/master/CONTRIBUTING.md), which includes the API documentation for H3.
You may also be interested in [contributing to the H3 core library repository](https://github.com/uber/h3/blob/master/CONTRIBUTING.md), which includes the API documentation for H3.
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.0.1",
"version": "3.0.2",
"description": "Emscripten transpiled libh3 'bindings' for Node/Web JS",
"author": "David Ellis <[email protected]>",
"contributors": [
Expand Down

0 comments on commit d11ab1d

Please sign in to comment.