We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e3832 commit 417b5f6Copy full SHA for 417b5f6
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [5.0.3](https://github.com/mljs/conrec/compare/v5.0.2...v5.0.3) (2024-09-13)
4
+
5
6
+### Bug Fixes
7
8
+* deal with the case levels array is empty ([e540c0c](https://github.com/mljs/conrec/commit/e540c0cf0b90222341ca19926e6cff1c24266830))
9
10
## [5.0.2](https://github.com/mljs/conrec/compare/v5.0.1...v5.0.2) (2023-05-18)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-conrec",
- "version": "5.0.2",
+ "version": "5.0.3",
"description": "JavaScript implementation of the CONREC contouring algorithm",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments