diff --git a/CHANGELOG.md b/CHANGELOG.md index d313531..b89baa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index bec75ae..2bb293b 100644 --- a/package.json +++ b/package.json @@ -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 ", "contributors": [