Skip to content

Commit

Permalink
Faker 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jan 31, 2022
1 parent 2928c3d commit ae4db94
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="3.0.0"></a>
# [3.0.0](https://github.com/faker-javascript/faker) (2022-01-31)
* Added new package `game` to generate fake game value.
* Added new package `house` to generate fake house value.
* Added new package `sport` to generate fake house value.
* Added new package `blood` to generate fake house value.

### BREAKING CHANGES

* Use new `faker` function to access all faker packages methods instead of old `faker` object.

<a name="2.8.0"></a>
# [2.8.0](https://github.com/faker-javascript/faker) (2022-01-23)
* Added new method `tld` to generate fake tld value.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fakerjs/faker",
"version": "2.8.0",
"version": "3.0.0",
"description": "A set of javascript packages that generates fake data for you.",
"license": "MIT",
"repository": "faker-javascript/faker",
Expand Down

0 comments on commit ae4db94

Please sign in to comment.