Skip to content

Commit

Permalink
deploy: 2bea301
Browse files Browse the repository at this point in the history
  • Loading branch information
ishii-norimi committed Aug 12, 2024
1 parent a867214 commit 4658bb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Download from the CDN.

```HTML
<script type="module">
import dam from 'https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.20.1/lib/index.min.js';
import dam from 'https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.21.0/lib/index.min.js';
// Do something
</script>
```
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/util/matrix.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-on-browser/data-analysis-models",
"version": "0.20.1",
"version": "0.21.0",
"description": "Data analysis model package without any dependencies",
"type": "module",
"main": "./lib/index.js",
Expand Down

0 comments on commit 4658bb8

Please sign in to comment.