Skip to content

Commit 424b120

Browse files
fakerjs-botST-DDT
andauthored
chore(release): 9.0.2 (#3140)
Co-authored-by: ST-DDT <[email protected]>
1 parent 311f7b6 commit 424b120

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [9.0.2](https://github.com/faker-js/faker/compare/v9.0.1...v9.0.2) (2024-09-23)
6+
7+
8+
### Bug Fixes
9+
10+
* **locale:** improve pt_PT location and person data ([#3020](https://github.com/faker-js/faker/issues/3020)) ([3e47ee7](https://github.com/faker-js/faker/commit/3e47ee7da671296e11ed2b219f85b06c9d05d677))
11+
512
## [9.0.1](https://github.com/faker-js/faker/compare/v9.0.0...v9.0.1) (2024-09-14)
613

714

docs/guide/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const randomEmail = faker.internet.email(); // [email protected]
7474
```
7575

7676
::: info Note
77-
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].1"`.
77+
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].2"`.
7878
:::
7979

8080
### Alternative CDN links

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faker-js/faker",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Generate massive amounts of fake contextual data",
55
"scripts": {
66
"clean": "rimraf coverage .eslintcache dist docs/.vitepress/cache docs/.vitepress/dist node_modules",

0 commit comments

Comments
 (0)