diff --git a/packages/prisma/CHANGELOG.md b/packages/prisma/CHANGELOG.md index 9c32db97..b085d7f5 100644 --- a/packages/prisma/CHANGELOG.md +++ b/packages/prisma/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.7.0](https://github.com/NezuChan/library/compare/@nezuchan/prisma@0.6.0...@nezuchan/prisma@0.7.0) (2023-08-30) + + +### Features + +* add custom instances database ([a4631fc](https://github.com/NezuChan/library/commit/a4631fc0e8113484d52a42b2b50776035dfc0bcc)) + + + + + # [0.6.0](https://github.com/NezuChan/utilities/compare/@nezuchan/prisma@0.5.0...@nezuchan/prisma@0.6.0) (2023-08-25) diff --git a/packages/prisma/package.json b/packages/prisma/package.json index a7212c3a..d8750fc7 100644 --- a/packages/prisma/package.json +++ b/packages/prisma/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/prisma", - "version": "0.6.0", + "version": "0.7.0", "description": "A package that contains shared prisma schema and some utilities", "main": "./dist/index.js", "module": "./dist/index.js",