Skip to content

Commit 9e8a4e9

Browse files
chore(release): 10.0.0-beta.0 (#3565)
Co-authored-by: Shinigami <chrissi92@hotmail.de>
1 parent 93416f7 commit 9e8a4e9

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
## [10.0.0-beta.0](https://github.com/faker-js/faker/compare/v9.9.0...v10.0.0-beta.0) (2025-07-09)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **word:** change default error strategy to 'fail' (#3560)
11+
* remove deprecations (#3553)
12+
* esm only (#3540)
13+
14+
* remove deprecations ([#3553](https://github.com/faker-js/faker/issues/3553)) ([623d274](https://github.com/faker-js/faker/commit/623d2741a4ca165596fad7fede2f850b6c08aa3a))
15+
* **word:** change default error strategy to 'fail' ([#3560](https://github.com/faker-js/faker/issues/3560)) ([93416f7](https://github.com/faker-js/faker/commit/93416f71cf0ddf32dd12c181c862a1b59ef4fd86))
16+
17+
18+
### Features
19+
20+
* esm only ([#3540](https://github.com/faker-js/faker/issues/3540)) ([160960b](https://github.com/faker-js/faker/commit/160960b79719e1298668a7ebba390b30b8de1080))
21+
522
## [9.9.0](https://github.com/faker-js/faker/compare/v9.8.0...v9.9.0) (2025-07-01)
623

724

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For detailed API documentation, please select the version of the documentation y
2626

2727
| Version | Website |
2828
| :---------: | :------------------------ |
29-
| v9 (next) | https://next.fakerjs.dev/ |
29+
| v10 (next) | https://next.fakerjs.dev/ |
3030
| v9 (stable) | https://fakerjs.dev/ |
3131
| v8 (old) | https://v8.fakerjs.dev/ |
3232

@@ -81,7 +81,7 @@ export const users = faker.helpers.multiple(createRandomUser, {
8181

8282
## 💎 Modules
8383

84-
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/).
84+
An in-depth overview of the API methods is available in the documentation for [v9 (stable)](https://fakerjs.dev/api/) and [v10.\* (next)](https://next.fakerjs.dev/api/).
8585

8686
### Templates
8787

docs/guide/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const randomEmail = faker.internet.email(); // Tomasa_Ferry14@hotmail.com
7979
```
8080

8181
::: info Note
82-
It is highly recommended to use version tags when importing libraries in Deno, e.g: `import { faker } from "https://esm.sh/@faker-js/faker@v9.9.0"`.
82+
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"`.
8383
:::
8484

8585
### Alternative CDN links

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Alias for the next page
1010
[[redirects]]
11-
from = "https://v10.fakerjs.dev/*"
11+
from = "https://v11.fakerjs.dev/*"
1212
to = "https://next.fakerjs.dev/:splat"
1313
status = 302
1414
force = true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faker-js/faker",
3-
"version": "9.9.0",
3+
"version": "10.0.0-beta.0",
44
"description": "Generate massive amounts of fake contextual data",
55
"scripts": {
66
"clean": "git clean -fdx --exclude _local",

0 commit comments

Comments
 (0)