Comparing version 4.0.0 to 4.0.1
@@ -7,2 +7,8 @@ # Change Log | ||
## [4.0.1] - 2022-09-19 | ||
### Changed | ||
- Updated the core library to `v4.0.1` (#161) | ||
### Fixed | ||
- Fixed error when compacting with res 0 cells (#161) | ||
## [4.0.0] - 2022-08-23 | ||
@@ -9,0 +15,0 @@ ### Breaking Changes |
{ | ||
"name": "h3-js", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Pure-Javascript version of the H3 library, a hexagon-based geographic grid system", | ||
@@ -5,0 +5,0 @@ "author": "Nick Rabinowitz <nickr@uber.com>", |
@@ -11,3 +11,3 @@ <!-- the README is generated from a template, please edit doc-files/README.md.tmpl --> | ||
[![npm version](https://badge.fury.io/js/h3-js.svg)](https://badge.fury.io/js/h3-js) | ||
[![H3 Version](https://img.shields.io/static/v1?label=h3%20api&message=v4.0.0&color=blue)](https://github.com/uber/h3/releases/tag/v4.0.0) | ||
[![H3 Version](https://img.shields.io/static/v1?label=h3%20api&message=v4.0.0&color=blue)](https://github.com/uber/h3/releases/tag/v4.0.1) | ||
@@ -14,0 +14,0 @@ The `h3-js` library provides a pure-JavaScript version of the [H3 Core Library](https://github.com/uber/h3), a hexagon-based geographic grid system. It can be used either in Node >= 6 or in the browser. The core library is transpiled from C using [emscripten](http://kripken.github.io/emscripten-site), offering full parity with the C API and highly efficient operations. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
5598811
57983