Skip to content

Commit

Permalink
release: 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfiszr committed Dec 22, 2024
1 parent b311663 commit b1e8d68
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 @@ -22,7 +22,7 @@ upstream code was removed by the owner

### Deno

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

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

```js
// loads only pl locale
import { faker } from "jsr:@jackfiszr/faker@1.1.3/locale/pl.ts";
import { faker } from "jsr:@jackfiszr/faker@1.1.4/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.3",
"version": "1.1.4",
"exports": "./mod.ts"
}

0 comments on commit b1e8d68

Please sign in to comment.