Skip to content

Commit

Permalink
Merge pull request #147 from nrabinowitz/release-v4-rc2
Browse files Browse the repository at this point in the history
Prepare for release v4.0.0-rc2
  • Loading branch information
nrabinowitz authored Aug 11, 2022
2 parents ea2d5bb + f29427b commit 5adbab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
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]

## [4.0.0-rc2] - 2022-08-10
### Added
- Added legacy API wrapper with Typescript types (#146)

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": "4.0.0-rc1",
"version": "4.0.0-rc2",
"description": "Pure-Javascript version of the H3 library, a hexagon-based geographic grid system",
"author": "Nick Rabinowitz <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 5adbab6

Please sign in to comment.