Skip to content

Commit

Permalink
release: 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfiszr committed Jan 13, 2025
1 parent 77e44a0 commit 0d407d0
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 @@ -28,7 +28,7 @@ upstream code was removed by the owner

### Deno

import { faker } from "jsr:@jackfiszr/[email protected].5";
import { faker } from "jsr:@jackfiszr/[email protected].6";

const randomName = faker.name.findName(); // Rowan Nikolaus
const randomEmail = faker.internet.email(); // [email protected]
Expand Down Expand Up @@ -283,7 +283,7 @@ specific set of locales.

```js
// loads only pl locale
import { faker } from "jsr:@jackfiszr/[email protected].5/locale/pl.ts";
import { faker } from "jsr:@jackfiszr/[email protected].6/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.5",
"version": "1.1.6",
"exports": "./mod.ts"
}

0 comments on commit 0d407d0

Please sign in to comment.