Skip to content

Commit 2d92787

Browse files
committed
chore(release): publish
- @nezuchan/prisma@0.6.0
1 parent 82e7239 commit 2d92787

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/prisma/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/NezuChan/utilities/compare/@nezuchan/prisma@0.5.0...@nezuchan/prisma@0.6.0) (2023-08-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([850efeb](https://github.com/NezuChan/utilities/commit/850efeb4925c8ff7a80c76d81707312c05a252e0))
12+
13+
14+
### Features
15+
16+
* update prisma schema ([389158d](https://github.com/NezuChan/utilities/commit/389158d06f3c77a4a495e8c6453de6e26cbfb81d))
17+
18+
19+
20+
21+
622
# [0.5.0](https://github.com/NezuChan/utilities/compare/@nezuchan/prisma@0.4.2...@nezuchan/prisma@0.5.0) (2023-08-22)
723

824
**Note:** Version bump only for package @nezuchan/prisma

packages/prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nezuchan/prisma",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "A package that contains shared prisma schema and some utilities",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)