From 20bfae0b19958d38aa112b6b9c2f7617afb00bf2 Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:39:37 +0200 Subject: [PATCH] chore(master): release 4.0.0 (#14) --- CHANGELOG.md | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c8a9e..999de29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -66,7 +77,3 @@ behavior. ## 0.0.2 (2016-07-12) - - - - diff --git a/package.json b/package.json index f73c8f8..347a599 100644 --- a/package.json +++ b/package.json @@ -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",