Skip to content

Commit

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

## [4.0.0-rc4] - 2022-08-22
### Breaking changes
- Updated the core library to `v4.0.0-rc5`. (#151)
### Changed
- Add Typescript typechecking, generate types with tsc (#153)

## [4.0.0-rc3] - 2022-08-11
### Fixed
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-rc3",
"version": "4.0.0-rc4",
"description": "Pure-Javascript version of the H3 library, a hexagon-based geographic grid system",
"author": "Nick Rabinowitz <nickr@uber.com>",
"contributors": [
Expand Down

0 comments on commit 7195344

Please sign in to comment.