Skip to content

Commit

Permalink
chore(release): 7.2.0 (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Jun 6, 2022
1 parent 5f473ac commit 38805db
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 240 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.

## [7.2.0](https://github.com/faker-js/faker/compare/v7.0.1...v7.2.0) (2022-06-06)


### ⚠ SOFT BREAKING CHANGES

* always use https for loremflickr (#1034)
* we removed the last parameter for `image.imageUrl` and always generate https urls


### Features

* 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))
* add german adjectives ([#1023](https://github.com/faker-js/faker/issues/1023)) ([1b9a920](https://github.com/faker-js/faker/commit/1b9a920b36133a1b1c6313f1fb086fb697120076))
* always use https for loremflickr ([#1034](https://github.com/faker-js/faker/issues/1034)) ([a235dca](https://github.com/faker-js/faker/commit/a235dcac30064e1357c4b0dc2481b2dcfa04a365))
* science module ([#1014](https://github.com/faker-js/faker/issues/1014)) ([d75d079](https://github.com/faker-js/faker/commit/d75d07970b44bde066de0a765c169809ee8f6b74))


### Bug Fixes

* 🇫🇷 fr and 🇨🇭 fr_CH 🎨 colors ([#1007](https://github.com/faker-js/faker/issues/1007)) ([d96457e](https://github.com/faker-js/faker/commit/d96457ed99fb124dd4fceb16a8b418be2a4f47ed))

## [7.1.0](https://github.com/faker-js/faker/compare/v7.0.1...v7.1.0) (2022-05-25)


Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faker-js/faker",
"version": "7.1.0",
"version": "7.2.0",
"description": "Generate massive amounts of fake contextual data",
"keywords": [
"faker",
Expand Down Expand Up @@ -95,19 +95,19 @@
"devDependencies": {
"@algolia/client-search": "~4.13.1",
"@types/markdown-it": "~12.2.3",
"@types/node": "~17.0.35",
"@types/node": "~17.0.40",
"@types/prettier": "~2.6.3",
"@types/react": "~18.0.11",
"@types/react": "~18.0.12",
"@types/sanitize-html": "~2.6.2",
"@types/validator": "~13.7.2",
"@typescript-eslint/eslint-plugin": "~5.27.0",
"@typescript-eslint/parser": "~5.27.0",
"@vitest/ui": "~0.13.1",
"@types/validator": "~13.7.3",
"@typescript-eslint/eslint-plugin": "~5.27.1",
"@typescript-eslint/parser": "~5.27.1",
"@vitest/ui": "~0.14.1",
"c8": "~7.11.3",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~10.0.0",
"cypress": "~10.0.2",
"esbuild": "~0.14.42",
"eslint": "~8.16.0",
"eslint": "~8.17.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.5.0",
"eslint-gitignore": "~0.1.0",
Expand All @@ -131,11 +131,11 @@
"typedoc-plugin-missing-exports": "~0.22.6",
"typescript": "~4.7.3",
"validator": "~13.7.0",
"vite": "~2.9.9",
"vite": "~2.9.10",
"vitepress": "~0.22.4",
"vitest": "~0.13.1"
"vitest": "~0.14.1"
},
"packageManager": "[email protected].7",
"packageManager": "[email protected].9",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
Expand Down
Loading

0 comments on commit 38805db

Please sign in to comment.