Skip to content

Commit

Permalink
v1.0.0 actual (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfv authored Mar 9, 2024
1 parent 5f70581 commit c458b69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions datafit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.0

- Do not require all configuration options for `fit()`
- Add full program examples on readme
- Finish building out readme homepage

## 0.3.0

- Update variable and type names to be more descriptive
Expand Down
2 changes: 1 addition & 1 deletion datafit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datafit",
"version": "0.3.0",
"version": "1.0.0",
"description": "Simple curve-fitting algorithm",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit c458b69

Please sign in to comment.