Skip to content

Commit

Permalink
chore(release): 8.0.2 (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored May 28, 2023
1 parent a5e73f8 commit 651d1a8
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 260 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

### [8.0.2](https://github.com/faker-js/faker/compare/v8.0.1...v8.0.2) (2023-05-27)


### Bug Fixes

* **git:** limit need for Intl to specific method ([#2172](https://github.com/faker-js/faker/issues/2172)) ([a5e73f8](https://github.com/faker-js/faker/commit/a5e73f8a11baeefcf03f344cb5e4dde096a0b364))
* **locale:** en_HK last_name_patterns should be last_name_pattern ([#2154](https://github.com/faker-js/faker/issues/2154)) ([03cc391](https://github.com/faker-js/faker/commit/03cc39154886a0708e13ee2db239c001ce20aa6e))
* **locale:** ro_MD city should be city_pattern ([#2155](https://github.com/faker-js/faker/issues/2155)) ([c173150](https://github.com/faker-js/faker/commit/c173150a96a95818b0c4fd6cb2d41daea7e9ad0a))

## [8.0.1](https://github.com/faker-js/faker/compare/v8.0.0...v8.0.1) (2023-05-15)


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": "8.0.1",
"version": "8.0.2",
"description": "Generate massive amounts of fake contextual data",
"keywords": [
"faker",
Expand Down Expand Up @@ -95,7 +95,7 @@
"@actions/github": "~5.1.1",
"@algolia/client-search": "~4.17.1",
"@types/markdown-it": "~12.2.3",
"@types/node": "~20.1.2",
"@types/node": "~20.2.5",
"@types/prettier": "~2.7.2",
"@types/react": "~18.2.7",
"@types/sanitize-html": "~2.9.0",
Expand All @@ -115,10 +115,10 @@
"eslint-define-config": "~1.20.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-deprecation": "~1.4.1",
"eslint-plugin-jsdoc": "~44.2.5",
"eslint-plugin-jsdoc": "~44.2.7",
"eslint-plugin-prettier": "~4.2.1",
"eslint-plugin-vitest": "~0.2.3",
"glob": "~10.2.4",
"eslint-plugin-vitest": "~0.2.5",
"glob": "~10.2.6",
"npm-run-all": "~4.1.5",
"picocolors": "~1.0.0",
"prettier": "2.8.8",
Expand All @@ -133,7 +133,7 @@
"typedoc": "~0.24.7",
"typescript": "~4.9.5",
"validator": "~13.9.0",
"vite": "~4.3.8",
"vite": "~4.3.9",
"vitepress": "1.0.0-beta.1",
"vitest": "~0.31.1",
"vue": "~3.3.4"
Expand Down
Loading

0 comments on commit 651d1a8

Please sign in to comment.