Skip to content

Commit 3efef4f

Browse files
mljs-botlpatiny
authored andcommitted
chore(main): release 6.0.0
1 parent 4e29ef3 commit 3efef4f

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/mljs/conrec/compare/v5.0.3...v6.0.0) (2026-04-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* package is now ESM-only; consumers using require() must migrate to import, or run Node.js ≥ 20.19 (or ≥ 22.12 / any 24.x), which supports require() of ESM.
9+
10+
### Features
11+
12+
* migrate package to ESM ([02f4ca3](https://github.com/mljs/conrec/commit/02f4ca3e822134c045600dba8602104816b1a9de))
13+
314
## [5.0.3](https://github.com/mljs/conrec/compare/v5.0.2...v5.0.3) (2024-09-13)
415

516

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.3",
3+
"version": "6.0.0",
44
"description": "JavaScript implementation of the CONREC contouring algorithm",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)