Skip to content

Commit 417b5f6

Browse files
authored
chore(main): release 5.0.3 (#28)
1 parent a7e3832 commit 417b5f6

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [5.0.2](https://github.com/mljs/conrec/compare/v5.0.1...v5.0.2) (2023-05-18)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-conrec",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "JavaScript implementation of the CONREC contouring algorithm",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)