aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFakerJS 🤖 <[email protected]>2025-08-24 10:47:21 +0200
committerGitHub <[email protected]>2025-08-24 08:47:21 +0000
commit51943aecb993d0a192b5253ee1be21b71fac18cc (patch)
treea2c03f18219b468ecaaee53c4f6426b204f5f304 /docs
parent96d7517b9bd4b522122f52a767fb1ce9c6f84bc2 (diff)
downloadfaker-main.tar.xz
faker-main.zip
chore(release): 10.0.0 (#3605)HEADmain
Co-authored-by: Shinigami <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/upgrading.md4
-rw-r--r--docs/guide/usage.md2
2 files changed, 1 insertions, 5 deletions
diff --git a/docs/guide/upgrading.md b/docs/guide/upgrading.md
index b717ec96..4382de37 100644
--- a/docs/guide/upgrading.md
+++ b/docs/guide/upgrading.md
@@ -6,10 +6,6 @@ outline: [2, 3]
This is the migration guide for upgrading from v9 to v10.
-::: tip
-v10 has not yet been released. This page contains a work-in-progress list of breaking changes in v10.
-:::
-
::: info Not the version you are looking for?
- [Upgrading to v9](https://v9.fakerjs.dev/guide/upgrading.html)
diff --git a/docs/guide/usage.md b/docs/guide/usage.md
index 9168e752..89c6b0cd 100644
--- a/docs/guide/usage.md
+++ b/docs/guide/usage.md
@@ -79,7 +79,7 @@ const randomEmail = faker.internet.email(); // [email protected]
```
::: info Note
-It is highly recommended to use version tags when importing libraries in Deno, e.g: `import { faker } from "https://esm.sh/@faker-js/[email protected]"`.
+It is highly recommended to use version tags when importing libraries in Deno, e.g: `import { faker } from "https://esm.sh/@faker-js/[email protected]"`.
:::
### Alternative CDN links