Skip to content

Commit

Permalink
Prepare for release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Rabinowitz committed Jan 20, 2023
1 parent f201656 commit 2e7cf25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,9 @@
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*

## [4.1.0] - 2023-01-19
### Added
- Add `cellToChildPos`, `childPosToCell`, and `cellToChildrenSize` functions. (#170)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "h3-js",
"version": "4.0.1",
"version": "4.1.0",
"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 2e7cf25

Please sign in to comment.