Skip to content

Commit 10b5b1d

Browse files
authored
Merge pull request #172 from nrabinowitz/release-4.1.0
Prepare for release v4.1.0
2 parents f201656 + 2e7cf25 commit 10b5b1d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
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).
44

55
## [Unreleased]
6+
- *None*
7+
8+
## [4.1.0] - 2023-01-19
69
### Added
710
- Add `cellToChildPos`, `childPosToCell`, and `cellToChildrenSize` functions. (#170)
811

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h3-js",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "Pure-Javascript version of the H3 library, a hexagon-based geographic grid system",
55
"author": "Nick Rabinowitz <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)