aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFakerJS 🤖 <[email protected]>2025-07-01 22:14:48 +0200
committerGitHub <[email protected]>2025-07-01 20:14:48 +0000
commit1f0329155b4f6cf2c3ba742fcac4bb347af22971 (patch)
tree02ec9dc15b4114335f6d5e2b7ef4fc6b70b85599
parentb7a35722e3e175e34d3a7b9102a79be7c09de644 (diff)
downloadfaker-1f0329155b4f6cf2c3ba742fcac4bb347af22971.tar.xz
faker-1f0329155b4f6cf2c3ba742fcac4bb347af22971.zip
chore(release): 9.9.0 (#3552)
-rw-r--r--CHANGELOG.md12
-rw-r--r--docs/guide/usage.md2
-rw-r--r--package.json2
3 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d2615c6..438b96c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
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.9.0](https://github.com/faker-js/faker/compare/v9.8.0...v9.9.0) (2025-07-01)
+
+
+### New Locales
+
+* **locale:** add word data to pt_br and pt_pt locales ([#3531](https://github.com/faker-js/faker/issues/3531)) ([a405ac8](https://github.com/faker-js/faker/commit/a405ac8740bcfb2ec5f84c06752484a2b332a90a))
+
+
+### Features
+
+* **location:** simple coordinate methods ([#3528](https://github.com/faker-js/faker/issues/3528)) ([d07d96d](https://github.com/faker-js/faker/commit/d07d96d01833085f2d3c5f9c851a572ebf8c47df))
+
## [9.8.0](https://github.com/faker-js/faker/compare/v9.7.0...v9.8.0) (2025-05-13)
diff --git a/docs/guide/usage.md b/docs/guide/usage.md
index caa2f456..41d12713 100644
--- a/docs/guide/usage.md
+++ b/docs/guide/usage.md
@@ -79,7 +79,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/package.json b/package.json
index ae65d80f..52df7fdf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@faker-js/faker",
- "version": "9.8.0",
+ "version": "9.9.0",
"description": "Generate massive amounts of fake contextual data",
"scripts": {
"clean": "git clean -fdx --exclude _local",