Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 6aba6a0

Browse files
chore(release): set package.json to 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2022-02-23) ### Features * db annotations for postgres type ([4a216f1](4a216f1))
1 parent 9256d07 commit 6aba6a0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

packages/generator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.4.0](https://github.com/iiian/prisma-generator-entityframework/compare/v1.3.0...v1.4.0) (2022-02-23)
2+
3+
4+
### Features
5+
6+
* db annotations for postgres type ([4a216f1](https://github.com/iiian/prisma-generator-entityframework/commit/4a216f132f22a8684be0398ac0f13264f29c4746))
7+
18
# [1.3.0](https://github.com/iiian/prisma-generator-entityframework/compare/v1.2.0...v1.3.0) (2022-02-22)
29

310

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "prisma-generator-entityframework",
33
"description": "Create a C# .NET core EntityFramework ORM from your schema.prisma file",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"main": "dist/generator.js",
66
"license": "MIT",
77
"bin": {

0 commit comments

Comments
 (0)