From 977fa484b81c7b70e808818beb1ae7890c32b7a8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Jun 2021 04:09:21 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [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 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a4ef6..0fd9388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index e434d6a..b62d149 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prisma-typebox-generator", - "version": "1.0.1", + "version": "2.0.0", "main": "dist/index.js", "license": "MIT", "files": [