Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfv committed Mar 10, 2024
1 parent d86da85 commit 8a9773a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions datafit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.3

- `T extends VariableType` (without this, we can assign any type to `T`)

## 1.0.2

- Change compiler library to `es2015`
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": "1.0.2",
"version": "1.0.3",
"description": "Simple curve-fitting algorithm",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 8a9773a

Please sign in to comment.