Skip to content

Commit 51943ae

Browse files
chore(release): 10.0.0 (#3605)
Co-authored-by: Shinigami <[email protected]>
1 parent 96d7517 commit 51943ae

File tree

5 files changed

+25
-12
lines changed

5 files changed

+25
-12
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](https://github.com/faker-js/faker/compare/v10.0.0-beta.0...v10.0.0) (2025-08-21)
6+
7+
8+
### New Locales
9+
10+
* **locale:** extended list of colors in Polish ([#3586](https://github.com/faker-js/faker/issues/3586)) ([9940d54](https://github.com/faker-js/faker/commit/9940d54f75205b65a74d11484cb385c85656a43f))
11+
12+
13+
### Features
14+
15+
* **locales:** add animal vocabulary(bear, bird, cat, rabbit, pet_name) in Korean ([#3535](https://github.com/faker-js/faker/issues/3535)) ([0d2143c](https://github.com/faker-js/faker/commit/0d2143c75d804d1dc53c17078eb59bc1970a07d1))
16+
17+
18+
### Changed Locales
19+
20+
* **locale:** remove invalid credit card issuer patterns ([#3568](https://github.com/faker-js/faker/issues/3568)) ([9783d95](https://github.com/faker-js/faker/commit/9783d95a8e43c45bc44c5c0c546b250b6c2ae140))
21+
522
## [10.0.0-beta.0](https://github.com/faker-js/faker/compare/v9.9.0...v10.0.0-beta.0) (2025-07-09)
623

724

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Please proceed to the [Getting Started Guide](https://fakerjs.dev/guide/) for th
2424

2525
For detailed API documentation, please select the version of the documentation you are looking for.
2626

27-
| Version | Website |
28-
| :---------: | :------------------------ |
29-
| v10 (next) | https://next.fakerjs.dev/ |
30-
| v9 (stable) | https://fakerjs.dev/ |
31-
| v8 (old) | https://v8.fakerjs.dev/ |
27+
| Version | Website |
28+
| :----------: | :------------------------ |
29+
| v10 (next) | https://next.fakerjs.dev/ |
30+
| v10 (stable) | https://fakerjs.dev/ |
31+
| v9 (old) | https://v9.fakerjs.dev/ |
3232

3333
---
3434

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

8686
### Templates
8787

docs/guide/upgrading.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ outline: [2, 3]
66

77
This is the migration guide for upgrading from v9 to v10.
88

9-
::: tip
10-
v10 has not yet been released. This page contains a work-in-progress list of breaking changes in v10.
11-
:::
12-
139
::: info Not the version you are looking for?
1410

1511
- [Upgrading to v9](https://v9.fakerjs.dev/guide/upgrading.html)

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(); // [email protected]
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/[email protected]-beta.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/[email protected]"`.
8383
:::
8484

8585
### Alternative CDN links

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": "10.0.0-beta.0",
3+
"version": "10.0.0",
44
"description": "Generate massive amounts of fake contextual data",
55
"scripts": {
66
"clean": "git clean -fdx --exclude _local",

0 commit comments

Comments
 (0)