diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-12 09:07:27 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-12 09:07:27 +0200 |
| commit | 118f95eb368fc672c98be4c57c089042b9d94028 (patch) | |
| tree | 5187795321181f4eb6900cf12639a5fe6a0fddd4 | |
| parent | 1468f1f26e49ff168fb25e8856072c63d6f1ca96 (diff) | |
| download | faker-118f95eb368fc672c98be4c57c089042b9d94028.tar.xz faker-118f95eb368fc672c98be4c57c089042b9d94028.zip | |
chore(release): 9.0.0-rc.0 (#3004)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ST-DDT <[email protected]>
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5ff38a..c948b1b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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-rc.0](https://github.com/faker-js/faker/compare/v9.0.0-alpha.1...v9.0.0-rc.0) (2024-07-11) + + +### Changed Locales + +* **locale:** group person entries by gender ([#2938](https://github.com/faker-js/faker/issues/2938)) ([e21fcaf](https://github.com/faker-js/faker/commit/e21fcaf2398dfd9aed54136524fabd39866dfca4)) +* **locale:** rename company affix files ([#2975](https://github.com/faker-js/faker/issues/2975)) ([49d7119](https://github.com/faker-js/faker/commit/49d7119025d252eecb043647b7d4465352938157)) + ## [9.0.0-alpha.1](https://github.com/faker-js/faker/compare/v9.0.0-alpha.0...v9.0.0-alpha.1) (2024-06-22) diff --git a/package.json b/package.json index 2068dc53..e5650a2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@faker-js/faker", - "version": "9.0.0-alpha.1", + "version": "9.0.0-rc.0", "description": "Generate massive amounts of fake contextual data", "sideEffects": false, "keywords": [ |
