Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Miranda authored Sep 28, 2023
2 parents c15a32b + bb9b830 commit c452bd0
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

## [1.1.0](https://github.com/santimirandarp/nnls/compare/v1.0.1...v1.1.0) (2023-09-28)


### Features

* allow users to pass intercept not at zero. ([207028b](https://github.com/santimirandarp/nnls/commit/207028bb7b7c94eb0003805cb024f07b06e73b19))

## [1.0.1](https://github.com/santimirandarp/nnls/compare/v1.0.0...v1.0.1) (2023-08-07)


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": "nnls",
"version": "1.0.1",
"version": "1.1.0",
"description": "Non-Negative Least-Squares",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit c452bd0

Please sign in to comment.