Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrudge committed Jan 25, 2024
1 parent df30449 commit a1a6ed3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.14.0](https://github.com/luisrudge/prisma-generator-fake-data/compare/v0.13.0...v0.14.0) (2024-01-25)

### Features

- Support array of default enums https://github.com/luisrudge/prisma-generator-fake-data/pull/22
- Generate Decimals using Decimal.js #21 https://github.com/luisrudge/prisma-generator-fake-data/pull/21
- Allow overriding faker method using prisma comment #20

### Bug Fixes

- fix BigInt generation, fix example folder ([82e0d4e](https://github.com/luisrudge/prisma-generator-fake-data/commit/82e0d4ecb7c6ce0730edb6c1fe9dede85fc89522))

## [0.13.0](https://github.com/luisrudge/prisma-generator-fake-data/compare/v0.12.0...v0.13.0) (2023-11-23)

### 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.13.0",
"version": "0.14.0",
"main": "dist/generator.js",
"license": "MIT",
"bin": {
Expand Down

0 comments on commit a1a6ed3

Please sign in to comment.