diff options
| author | Shinigami <[email protected]> | 2023-05-15 18:31:26 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-15 18:31:26 +0200 |
| commit | 06bc5afcfee82580dec40d8f2a9f17bf39b321c4 (patch) | |
| tree | d1df4388cd96394550b60055779485be84cc7f40 | |
| parent | f0a9191787ff81f6708c81190121d2a3ad081620 (diff) | |
| download | faker-06bc5afcfee82580dec40d8f2a9f17bf39b321c4.tar.xz faker-06bc5afcfee82580dec40d8f2a9f17bf39b321c4.zip | |
chore(release): 8.0.1 (#2164)
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index adc0ab49..a8f0ee3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.1](https://github.com/faker-js/faker/compare/v8.0.0...v8.0.1) (2023-05-15) + + +* **docs:** switch doc links to stable ([#2152](https://github.com/faker-js/faker/pull/2152)) ([8f741bd](https://github.com/faker-js/faker/commit/8f741bd4bda455517fd048b83d76bd8e6d89d78e)) + ## [8.0.0](https://github.com/faker-js/faker/compare/v8.0.0-beta.1...v8.0.0) (2023-05-11) diff --git a/package.json b/package.json index bee1bb5c..e7f2b1e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@faker-js/faker", - "version": "8.0.0", + "version": "8.0.1", "description": "Generate massive amounts of fake contextual data", "keywords": [ "faker", |
