aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFakerJS 🤖 <[email protected]>2024-09-04 20:26:03 +0200
committerGitHub <[email protected]>2024-09-04 20:26:03 +0200
commit6abecc39bf1ff36d41fa8579a5da202f76c19dec (patch)
treebc27130ea49680eda080de299e0cdbb7662702f6
parent17f570e05ea413af691bb81b61dd8c28130a47e1 (diff)
downloadfaker-6abecc39bf1ff36d41fa8579a5da202f76c19dec.tar.xz
faker-6abecc39bf1ff36d41fa8579a5da202f76c19dec.zip
chore(release): 9.0.0 (#3086)
Co-authored-by: Shinigami <[email protected]> Co-authored-by: ST-DDT <[email protected]>
-rw-r--r--CHANGELOG.md7
-rw-r--r--README.md6
-rw-r--r--docs/guide/usage.md2
-rw-r--r--netlify.toml2
-rw-r--r--package.json2
5 files changed, 13 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e542bceb..1d5462bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
+## [9.0.0](https://github.com/faker-js/faker/compare/v9.0.0-rc.1...v9.0.0) (2024-09-02)
+
+
+No noteworthy changes to [9.0.0-rc.1](https://github.com/faker-js/faker/blob/next/CHANGELOG.md#900-rc1-2024-08-19)
+
+For those upgrading from earlier versions, please refer to our [Migration Guide](https://v9.fakerjs.dev/guide/upgrading.html) for detailed instructions.
+
## [9.0.0-rc.1](https://github.com/faker-js/faker/compare/v9.0.0-rc.0...v9.0.0-rc.1) (2024-08-19)
diff --git a/README.md b/README.md
index 505305b8..11d895b8 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@ For detailed API documentation, please select the version of the documentation y
| Version | Website |
| :---------: | :------------------------ |
| v9 (next) | https://next.fakerjs.dev/ |
-| v8 (stable) | https://fakerjs.dev/ |
-| v7 (old) | https://v7.fakerjs.dev/ |
+| v9 (stable) | https://fakerjs.dev/ |
+| v8 (old) | https://v8.fakerjs.dev/ |
---
@@ -81,7 +81,7 @@ export const users = faker.helpers.multiple(createRandomUser, {
## 💎 Modules
-An in-depth overview of the API methods is available in the documentation for [v8 (stable)](https://fakerjs.dev/api/) and [v9.\* (next)](https://next.fakerjs.dev/api/).
+An in-depth overview of the API methods is available in the documentation for [v9 (stable)](https://fakerjs.dev/api/) and [v9.\* (next)](https://next.fakerjs.dev/api/).
### Templates
diff --git a/docs/guide/usage.md b/docs/guide/usage.md
index 9c1e1612..ad81c760 100644
--- a/docs/guide/usage.md
+++ b/docs/guide/usage.md
@@ -74,7 +74,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
diff --git a/netlify.toml b/netlify.toml
index c53c3c74..eb19c43d 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -17,7 +17,7 @@
# Alias for the main page
[[redirects]]
- from = "https://v8.fakerjs.dev"
+ from = "https://v9.fakerjs.dev"
to = "https://fakerjs.dev"
status = 302
force = true
diff --git a/package.json b/package.json
index 4d8ccb4b..b121afa0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@faker-js/faker",
- "version": "9.0.0-rc.1",
+ "version": "9.0.0",
"description": "Generate massive amounts of fake contextual data",
"sideEffects": false,
"keywords": [