Skip to content

Commit 42ca2ae

Browse files
committed
πŸ”– @huggingface/hub 2.11.1
1 parent a77f908 commit 42ca2ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You can run our packages with vanilla JS, without any bundler, by using a CDN or
9999
```html
100100
<script type="module">
101101
import { InferenceClient } from 'https://cdn.jsdelivr.net/npm/@huggingface/inference@4.13.15/+esm';
102-
import { createRepo, commit, deleteRepo, listFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/hub@2.11.0/+esm";
102+
import { createRepo, commit, deleteRepo, listFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/hub@2.11.1/+esm";
103103
</script>
104104
```
105105

β€Žpackages/hub/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/hub",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"description": "Utilities to interact with the Hugging Face hub",
55
"keywords": [
66
"api",

0 commit comments

Comments
Β (0)