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

Commit 0c19d4f

Browse files
chore(release): set package.json to 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2022-02-22) ### Features * support native and string based uuid types ([d58ab4f](d58ab4f))
1 parent 5b43ecc commit 0c19d4f

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.3.0](https://github.com/iiian/prisma-generator-entityframework/compare/v1.2.0...v1.3.0) (2022-02-22)
2+
3+
4+
### Features
5+
6+
* support native and string based uuid types ([d58ab4f](https://github.com/iiian/prisma-generator-entityframework/commit/d58ab4fb819d65070ff6bd5b212b03cf8fca8659))
7+
18
# [1.2.0](https://github.com/iiian/prisma-generator-entityframework/compare/v1.1.2...v1.2.0) (2022-02-17)
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.2.0",
4+
"version": "1.3.0",
55
"main": "dist/generator.js",
66
"license": "MIT",
77
"bin": {

0 commit comments

Comments
 (0)