Skip to content

Commit 20bfae0

Browse files
authored
chore(master): release 4.0.0 (#14)
1 parent 22df7d4 commit 20bfae0

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/mljs/conrec/compare/v3.2.1...v4.0.0) (2022-10-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* return an object instead of throw error when timeout exceeded (#13)
9+
10+
### Code Refactoring
11+
12+
* return an object instead of throw error when timeout exceeded ([#13](https://github.com/mljs/conrec/issues/13)) ([22df7d4](https://github.com/mljs/conrec/commit/22df7d4f6308714f78fc0e8a9264ae458bb8feb3))
13+
314
### [3.2.1](https://www.github.com/mljs/conrec/compare/v3.2.0...v3.2.1) (2021-08-30)
415

516

@@ -66,7 +77,3 @@ behavior.
6677

6778
<a name="0.0.2"></a>
6879
## 0.0.2 (2016-07-12)
69-
70-
71-
72-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-conrec",
3-
"version": "3.2.1",
3+
"version": "4.0.0",
44
"description": "JavaScript implementation of the CONREC contouring algorithm",
55
"main": "conrec.js",
66
"module": "./src/index.js",

0 commit comments

Comments
 (0)