From a8cc655c84378684ab9de4090a1813daedd080ec Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Thu, 18 May 2023 12:19:12 +0200 Subject: [PATCH] chore(main): release 5.0.1 (#19) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b90a122..438f5ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.1](https://github.com/mljs/conrec/compare/v5.0.0...v5.0.1) (2023-05-18) + + +### Bug Fixes + +* **types:** improve typings and allow typed arrays as inputs ([0e1a4c9](https://github.com/mljs/conrec/commit/0e1a4c9b328e8454248d58646ca6eddf37233984)) + ## [5.0.0](https://github.com/mljs/conrec/compare/v4.0.0...v5.0.0) (2023-05-12) diff --git a/package.json b/package.json index 96a6106..2b39381 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-conrec", - "version": "5.0.0", + "version": "5.0.1", "description": "JavaScript implementation of the CONREC contouring algorithm", "main": "./lib/index.js", "module": "./lib-esm/index.js",