Skip to content

Commit

Permalink
🔖 @hugginface/hub 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
machineuser committed Jan 17, 2024
1 parent e578fc3 commit 218e0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You can run our packages with vanilla JS, without any bundler, by using a CDN or
```html
<script type="module">
import { HfInference } from 'https://cdn.jsdelivr.net/npm/@huggingface/inference@2.6.4/+esm';
import { createRepo, commit, deleteRepo, listFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/hub@0.12.3/+esm";
import { createRepo, commit, deleteRepo, listFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/hub@0.13.0/+esm";
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion packages/hub/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@huggingface/hub",
"packageManager": "pnpm@8.10.5",
"version": "0.12.3",
"version": "0.13.0",
"description": "Utilities to interact with the Hugging Face hub",
"repository": "https://github.com/huggingface/huggingface.js.git",
"publishConfig": {
Expand Down

0 comments on commit 218e0a6

Please sign in to comment.