Skip to content

Commit 62dcfc9

Browse files
release: 6.1.1 (#716)
Co-authored-by: Leyla Jähnig <[email protected]>
1 parent 7d81712 commit 62dcfc9

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
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+
## [6.1.1](https://github.com/faker-js/faker/compare/v6.1.0...v6.1.1) (2022-03-28)
6+
7+
### Bug Fixes
8+
9+
* forgot to run `pnpm run build`
10+
511
## [6.1.0](https://github.com/faker-js/faker/compare/v6.0.0-alpha.6...v6.1.0) (2022-03-28)
612

13+
**WARNING**: This build is broken due to missing build files. Please don't use this version!
714

815
### Features
916

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faker-js/faker",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Generate massive amounts of fake contextual data",
55
"keywords": [
66
"faker",
@@ -72,7 +72,8 @@
7272
"docs:test:e2e:ci": "run-s docs:build:ci docs:test:e2e:run",
7373
"docs:test:e2e:run": "run-p --race docs:serve \"cypress run\"",
7474
"docs:test:e2e:open": "run-p --race docs:serve \"cypress open\"",
75-
"release": "standard-version"
75+
"release": "standard-version",
76+
"prepublishOnly": "pnpm run clean && pnpm install && pnpm run build"
7677
},
7778
"simple-git-hooks": {
7879
"pre-commit": "npx lint-staged --concurrent false",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)