Skip to content

Commit 1bcfc11

Browse files
author
Nick Rabinowitz
committed
Prepare for release v4.0.0-rc3
1 parent 5b656e7 commit 1bcfc11

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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+
7+
## [4.0.0-rc3] - 2022-08-11
68
### Fixed
79
- Fail package publish if there are library changes
810

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.0-rc2",
3+
"version": "4.0.0-rc3",
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)