Skip to content

Commit

Permalink
chore(main): release 5.0.1 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored May 18, 2023
1 parent 0e1a4c9 commit a8cc655
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
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": "5.0.0",
"version": "5.0.1",
"description": "JavaScript implementation of the CONREC contouring algorithm",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit a8cc655

Please sign in to comment.