diff options
| author | Damien Retzinger <[email protected]> | 2022-01-14 15:18:58 -0500 |
|---|---|---|
| committer | Damien Retzinger <[email protected]> | 2022-01-14 15:18:58 -0500 |
| commit | c642b4c1f9e701bda50e29600150466cf3d83cea (patch) | |
| tree | 162758de3202136b5454801ea33ac5caf7a1a72e | |
| parent | a5b93bd5b6cc5baea70163358e609c316ff60416 (diff) | |
| download | faker-c642b4c1f9e701bda50e29600150466cf3d83cea.tar.xz faker-c642b4c1f9e701bda50e29600150466cf3d83cea.zip | |
chore(release): 6.0.0-alpha.2
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | package-lock.json | 4 | ||||
| -rw-r--r-- | package.json | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f09d40..55d79c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.0.0-alpha.2](https://github.com/faker-js/faker/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-01-14) + ## 6.0.0-alpha.1 (2022-01-14) ## 6.0.0-alpha.0 (2022-01-07) diff --git a/package-lock.json b/package-lock.json index 3fd4fe3d..99b62053 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@faker-js/faker", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@faker-js/faker", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.2", "license": "MIT", "devDependencies": { "browserify": "^16.5.2", diff --git a/package.json b/package.json index 3893adb0..844e0fb6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@faker-js/faker", "description": "Generate massive amounts of fake contextual data", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/faker-js/faker.git" |
