Skip to content

Commit e1be8a5

Browse files
authored
Merge pull request #211 from nrabinowitz/release-v4.3.0
Prepare for release v4.3.0
2 parents ddc96fe + 85aaebd commit e1be8a5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [4.3.0] - 2025-08-21
6+
### Changed
7+
- Updated the core library to `v4.3.0` (#206)
8+
### Added
9+
- Add `gridRing` function, to get all hexagons in a hollow hexagonal ring centered at some origin. (#206)
10+
511
## [4.2.1] - 2025-04-03
612
### Changed
713
- Updated the core library to `v4.2.1` (#202)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h3-js",
3-
"version": "4.2.1",
3+
"version": "4.3.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)