Skip to content

Commit 38b8e04

Browse files
authored
chore(main): release 5.0.0 (#18)
1 parent 3547522 commit 38b8e04

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [5.0.0](https://github.com/mljs/conrec/compare/v4.0.0...v5.0.0) (2023-05-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The contour lines are now returned in an object instead of an array with additional properties.
9+
10+
### Code Refactoring
11+
12+
* migrate project to TypeScript ([#17](https://github.com/mljs/conrec/issues/17)) ([3547522](https://github.com/mljs/conrec/commit/35475226cfec8708f855957a9bede77b886c0402))
13+
314
## [4.0.0](https://github.com/mljs/conrec/compare/v3.2.1...v4.0.0) (2022-10-20)
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": "4.0.0",
3+
"version": "5.0.0",
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)