Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Jun 21, 2021
1 parent 574c381 commit 977fa48
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/adeyahya/prisma-typebox-generator/compare/v1.0.1...v2.0.0) (2021-06-21)


### Features

* relation support ([574c381](https://github.com/adeyahya/prisma-typebox-generator/commit/574c381b8e94a47520c4d885a23ac6cf9701487f))


### BREAKING CHANGES

* this change might break your current implementation
that uses omit, pick, or extend

## [1.0.1](https://github.com/adeyahya/prisma-typebox-generator/compare/v1.0.0...v1.0.1) (2021-06-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma-typebox-generator",
"version": "1.0.1",
"version": "2.0.0",
"main": "dist/index.js",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 977fa48

Please sign in to comment.