Skip to content

Commit 977fa48

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.1...v2.0.0) (2021-06-21) ### Features * relation support ([574c381](574c381)) ### BREAKING CHANGES * this change might break your current implementation that uses omit, pick, or extend
1 parent 574c381 commit 977fa48

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.0.0](https://github.com/adeyahya/prisma-typebox-generator/compare/v1.0.1...v2.0.0) (2021-06-21)
2+
3+
4+
### Features
5+
6+
* relation support ([574c381](https://github.com/adeyahya/prisma-typebox-generator/commit/574c381b8e94a47520c4d885a23ac6cf9701487f))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* this change might break your current implementation
12+
that uses omit, pick, or extend
13+
114
## [1.0.1](https://github.com/adeyahya/prisma-typebox-generator/compare/v1.0.0...v1.0.1) (2021-06-04)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prisma-typebox-generator",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)