Skip to content

Commit

Permalink
Boolean 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jan 8, 2022
1 parent 2bd5178 commit 8edd8eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<a name="1.1.1"></a>
# [1.1.1](https://github.com/faker-javascript/boolean) (2022-01-08)
* Package fixes

<a name="1.0.0"></a>
# [1.0.0](https://github.com/faker-javascript/boolean) (2022-01-08)
* Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Boolean package provides functionality to generate a fake boolean value.
## Install

```
$ npm install --save @fakerjs/random-boolean
$ npm install --save @fakerjs/boolean
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@fakerjs/boolean",
"version": "1.1.0",
"description": "Random Boolean package provides functionality to generate a random boolean value.",
"version": "1.1.1",
"description": "Boolean package provides functionality to generate a fake boolean value.",
"license": "MIT",
"repository": "fakerjs/random-boolean",
"repository": "faker-javascript/boolean",
"author": {
"name": "Sergey Romanenko",
"email": "[email protected]",
Expand Down

0 comments on commit 8edd8eb

Please sign in to comment.