Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Aug 4, 2023
1 parent f17b1a1 commit 4db82e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/mljs/fcnnls/compare/v1.1.4...v2.0.0) (2023-08-04)


### ⚠ BREAKING CHANGES

* migrate to typescript ([#15](https://github.com/mljs/fcnnls/issues/15))

### Code Refactoring

* migrate to typescript ([#15](https://github.com/mljs/fcnnls/issues/15)) ([f17b1a1](https://github.com/mljs/fcnnls/commit/f17b1a10b8b546a78242d6551c9225e7a2705c3e))

## [1.1.4](https://github.com/mljs/fcnnls/compare/v1.1.3...v1.1.4) (2023-07-27)


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-fcnnls",
"version": "1.1.4",
"version": "2.0.0",
"description": "Fast Combinatorial Non-negative Least Squares",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 4db82e6

Please sign in to comment.