Skip to content

Commit

Permalink
chore(release): 6.3.1 (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored May 2, 2022
1 parent 42d6795 commit a1685e1
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 53 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [6.3.0](https://github.com/faker-js/faker/compare/v6.1.2...v6.3.0) (2022-05-02)
## [6.3.1](https://github.com/faker-js/faker/compare/v6.3.0...v6.3.1) (2022-05-02)


### Bug Fixes

* replace deprecated arrayElement calls ([#903](https://github.com/faker-js/faker/issues/903)) ([42d6795](https://github.com/faker-js/faker/commit/42d679566624aaedd01eb5c0d9fa54104008016c))

## [6.3.0](https://github.com/faker-js/faker/compare/v6.2.0...v6.3.0) (2022-05-02)


### Features
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faker-js/faker",
"version": "6.3.0",
"version": "6.3.1",
"description": "Generate massive amounts of fake contextual data",
"keywords": [
"faker",
Expand Down Expand Up @@ -94,9 +94,9 @@
"@types/prettier": "~2.6.0",
"@types/sanitize-html": "~2.6.2",
"@types/validator": "~13.7.2",
"@typescript-eslint/eslint-plugin": "~5.21.0",
"@typescript-eslint/parser": "~5.21.0",
"@vitest/ui": "~0.10.0",
"@typescript-eslint/eslint-plugin": "~5.22.0",
"@typescript-eslint/parser": "~5.22.0",
"@vitest/ui": "~0.10.1",
"c8": "~7.11.2",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~9.6.0",
Expand All @@ -122,9 +122,9 @@
"typedoc-plugin-missing-exports": "~0.22.6",
"typescript": "~4.6.4",
"validator": "~13.7.0",
"vite": "~2.9.6",
"vite": "~2.9.7",
"vitepress": "~0.22.3",
"vitest": "~0.10.0"
"vitest": "~0.10.1"
},
"packageManager": "pnpm@6.32.11",
"engines": {
Expand Down
92 changes: 46 additions & 46 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1685e1

Please sign in to comment.