Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrudge committed Sep 27, 2023
1 parent 2865c00 commit d2425e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.11.0](https://github.com/luisrudge/prisma-generator-fake-data/compare/v0.10.0...v0.11.0) (2023-09-27)

### Features

- update to use faker 7.x -> 9.x ([261e7a2](https://github.com/luisrudge/prisma-generator-fake-data/commit/261e7a2ccb8f486d89dd22b7efbff57c98063a44))

### Bug Fixes

- remove settings.json ([67633df](https://github.com/luisrudge/prisma-generator-fake-data/commit/67633df103d94677370188bea3a37a86ca11ed91))

## [0.10.0](https://github.com/luisrudge/prisma-generator-fake-data/compare/v0.9.0...v0.10.0) (2023-07-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prisma-generator-fake-data",
"description": "The easiest way to generate mock data based on your Prisma models!",
"version": "0.10.0",
"version": "0.11.0",
"main": "dist/generator.js",
"license": "MIT",
"bin": {
Expand Down

0 comments on commit d2425e2

Please sign in to comment.