Skip to content

Commit 38805db

Browse files
authored
chore(release): 7.2.0 (#1040)
1 parent 5f473ac commit 38805db

3 files changed

Lines changed: 261 additions & 240 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
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.
44

5+
## [7.2.0](https://github.com/faker-js/faker/compare/v7.0.1...v7.2.0) (2022-06-06)
6+
7+
8+
### ⚠ SOFT BREAKING CHANGES
9+
10+
* always use https for loremflickr (#1034)
11+
* we removed the last parameter for `image.imageUrl` and always generate https urls
12+
13+
14+
### Features
15+
16+
* add en_CA city_name (close [#983](https://github.com/faker-js/faker/issues/983)) ([#992](https://github.com/faker-js/faker/issues/992)) ([dc5c720](https://github.com/faker-js/faker/commit/dc5c72070c2dd32e9b1cb32368646fa6ae1bed0c))
17+
* add german adjectives ([#1023](https://github.com/faker-js/faker/issues/1023)) ([1b9a920](https://github.com/faker-js/faker/commit/1b9a920b36133a1b1c6313f1fb086fb697120076))
18+
* always use https for loremflickr ([#1034](https://github.com/faker-js/faker/issues/1034)) ([a235dca](https://github.com/faker-js/faker/commit/a235dcac30064e1357c4b0dc2481b2dcfa04a365))
19+
* science module ([#1014](https://github.com/faker-js/faker/issues/1014)) ([d75d079](https://github.com/faker-js/faker/commit/d75d07970b44bde066de0a765c169809ee8f6b74))
20+
21+
22+
### Bug Fixes
23+
24+
* 🇫🇷 fr and 🇨🇭 fr_CH 🎨 colors ([#1007](https://github.com/faker-js/faker/issues/1007)) ([d96457e](https://github.com/faker-js/faker/commit/d96457ed99fb124dd4fceb16a8b418be2a4f47ed))
25+
526
## [7.1.0](https://github.com/faker-js/faker/compare/v7.0.1...v7.1.0) (2022-05-25)
627

728

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faker-js/faker",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "Generate massive amounts of fake contextual data",
55
"keywords": [
66
"faker",
@@ -95,19 +95,19 @@
9595
"devDependencies": {
9696
"@algolia/client-search": "~4.13.1",
9797
"@types/markdown-it": "~12.2.3",
98-
"@types/node": "~17.0.35",
98+
"@types/node": "~17.0.40",
9999
"@types/prettier": "~2.6.3",
100-
"@types/react": "~18.0.11",
100+
"@types/react": "~18.0.12",
101101
"@types/sanitize-html": "~2.6.2",
102-
"@types/validator": "~13.7.2",
103-
"@typescript-eslint/eslint-plugin": "~5.27.0",
104-
"@typescript-eslint/parser": "~5.27.0",
105-
"@vitest/ui": "~0.13.1",
102+
"@types/validator": "~13.7.3",
103+
"@typescript-eslint/eslint-plugin": "~5.27.1",
104+
"@typescript-eslint/parser": "~5.27.1",
105+
"@vitest/ui": "~0.14.1",
106106
"c8": "~7.11.3",
107107
"conventional-changelog-cli": "~2.2.2",
108-
"cypress": "~10.0.0",
108+
"cypress": "~10.0.2",
109109
"esbuild": "~0.14.42",
110-
"eslint": "~8.16.0",
110+
"eslint": "~8.17.0",
111111
"eslint-config-prettier": "~8.5.0",
112112
"eslint-define-config": "~1.5.0",
113113
"eslint-gitignore": "~0.1.0",
@@ -131,11 +131,11 @@
131131
"typedoc-plugin-missing-exports": "~0.22.6",
132132
"typescript": "~4.7.3",
133133
"validator": "~13.7.0",
134-
"vite": "~2.9.9",
134+
"vite": "~2.9.10",
135135
"vitepress": "~0.22.4",
136-
"vitest": "~0.13.1"
136+
"vitest": "~0.14.1"
137137
},
138-
"packageManager": "pnpm@7.1.7",
138+
"packageManager": "pnpm@7.1.9",
139139
"engines": {
140140
"node": ">=14.0.0",
141141
"npm": ">=6.0.0"

0 commit comments

Comments
 (0)