Skip to content

Commit

Permalink
chore(master): release 4.0.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Oct 20, 2022
1 parent 22df7d4 commit 20bfae0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/mljs/conrec/compare/v3.2.1...v4.0.0) (2022-10-20)


### ⚠ BREAKING CHANGES

* return an object instead of throw error when timeout exceeded (#13)

### Code Refactoring

* 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))

### [3.2.1](https://www.github.com/mljs/conrec/compare/v3.2.0...v3.2.1) (2021-08-30)


Expand Down Expand Up @@ -66,7 +77,3 @@ behavior.

<a name="0.0.2"></a>
## 0.0.2 (2016-07-12)




2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-conrec",
"version": "3.2.1",
"version": "4.0.0",
"description": "JavaScript implementation of the CONREC contouring algorithm",
"main": "conrec.js",
"module": "./src/index.js",
Expand Down

0 comments on commit 20bfae0

Please sign in to comment.