Skip to content

Commit

Permalink
chore: 🤖 release 2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Feb 23, 2022
1 parent e9b4a8d commit 0b8b85b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build:docs": "npm run build && node ./docs-generator.js",
"start:docs": "npm run build:docs && npm run start --prefix docs",
"build": "nx build falso && node ./post-build.js",
"build": "nx build falso && npm run i18n && node ./post-build.js",
"i18n": "nx i18n falso",
"new": "nx workspace-generator falso",
"format": "nx format",
Expand Down
2 changes: 1 addition & 1 deletion packages/falso/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [2.26.0](https://github.com/ngneat/falso/compare/falso-2.25.1...falso-2.26.0) (2022-02-23)
# [2.27.0](https://github.com/ngneat/falso/compare/falso-2.25.1...falso-2.27.0) (2022-02-23)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion packages/falso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngneat/falso",
"version": "2.26.0",
"version": "2.27.0",
"license": "MIT",
"description": "All the Fake Data for All Your Real Needs",
"keywords": [
Expand Down

0 comments on commit 0b8b85b

Please sign in to comment.