Skip to content

Commit

Permalink
release: 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfiszr committed Dec 22, 2024
1 parent 75dc577 commit 126da99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

### Deno

import { faker } from "jsr:@jackfiszr/faker@1.1.2";
import { faker } from "jsr:@jackfiszr/faker@1.1.3";

const randomName = faker.name.findName(); // Rowan Nikolaus
const randomEmail = faker.internet.email(); // Kassandra.Haley@erich.biz
Expand Down Expand Up @@ -272,7 +272,7 @@ specific set of locales.

```js
// loads only pl locale
import { faker } from "jsr:@jackfiszr/faker@1.1.2/locale/pl.ts";
import { faker } from "jsr:@jackfiszr/faker@1.1.3/locale/pl.ts";
```

## Setting a randomness seed
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@jackfiszr/faker",
"version": "1.1.2",
"version": "1.1.3",
"exports": "./mod.ts"
}

0 comments on commit 126da99

Please sign in to comment.