We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427b6a6 commit 0528c1cCopy full SHA for 0528c1c
README.md
@@ -39,7 +39,7 @@ Download from the CDN.
39
40
```HTML
41
<script type="module">
42
- import dam from 'https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.19.0/lib/index.min.js';
+ import dam from 'https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.20.0/lib/index.min.js';
43
// Do something
44
</script>
45
```
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ai-on-browser/data-analysis-models",
3
- "version": "0.19.0",
+ "version": "0.20.0",
4
"description": "Data analysis model package without any dependencies",
5
"type": "module",
6
"main": "./lib/index.js",
0 commit comments