Skip to content

Commit a8071c1

Browse files
committed
chore(release): publish
- @nezuchan/prisma@0.1.2
1 parent c47cff4 commit a8071c1

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

package-lock.json

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

packages/prisma/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.1.2](https://github.com/NezuChan/utilities/compare/@nezuchan/prisma@0.1.1...@nezuchan/prisma@0.1.2) (2023-02-21)
7+
8+
9+
### Bug Fixes
10+
11+
* remove typings ([6484e1a](https://github.com/NezuChan/utilities/commit/6484e1ae4ddd17f505e8c7bb8ec7f0f710ccfb29))
12+
* skip lib check ([c47cff4](https://github.com/NezuChan/utilities/commit/c47cff41745d31ae5447a8f0e06a0722563e3eae))
13+
* use tsc ([445e186](https://github.com/NezuChan/utilities/commit/445e186b35a2376325a5d16a365377c3970d27ba))
14+
15+
16+
17+
18+
619
## [0.1.1](https://github.com/NezuChan/utilities/compare/@nezuchan/prisma@0.1.0...@nezuchan/prisma@0.1.1) (2023-02-21)
720

821

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.1.1",
3+
"version": "0.1.2",
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)