From 51943aecb993d0a192b5253ee1be21b71fac18cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?FakerJS=20=F0=9F=A4=96?= Date: Sun, 24 Aug 2025 10:47:21 +0200 Subject: chore(release): 10.0.0 (#3605) Co-authored-by: Shinigami --- docs/guide/upgrading.md | 4 ---- docs/guide/usage.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'docs') 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(); // Tomasa_Ferry14@hotmail.com ``` ::: 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/faker@v10.0.0-beta.0"`. +It is highly recommended to use version tags when importing libraries in Deno, e.g: `import { faker } from "https://esm.sh/@faker-js/faker@v10.0.0"`. ::: ### Alternative CDN links -- cgit v1.2.3