Skip to content

Commit 719ccfe

Browse files
chore(release): publish v0.2.0
1 parent f994377 commit 719ccfe

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"message": "chore(release): publish %s"
1111
}
1212
},
13-
"version": "0.1.6"
13+
"version": "0.2.0"
1414
}

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/kysely-example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@anchan828/nest-kysely-example",
33
"private": true,
4-
"version": "0.1.6",
4+
"version": "0.2.0",
55
"description": "jest mock for kysely",
66
"homepage": "https://github.com/anchan828/nest-kysely#readme",
77
"bugs": {
@@ -30,7 +30,7 @@
3030
"watch": "tsc --watch"
3131
},
3232
"dependencies": {
33-
"@anchan828/nest-kysely": "^0.1.6",
33+
"@anchan828/nest-kysely": "^0.2.0",
3434
"@nestjs/common": "10.3.7",
3535
"@nestjs/core": "10.3.7",
3636
"@nestjs/platform-express": "10.3.7",

packages/kysely/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anchan828/nest-kysely",
3-
"version": "0.1.6",
3+
"version": "0.2.0",
44
"description": "NestJS module for Kysely",
55
"homepage": "https://github.com/anchan828/nest-kysely#readme",
66
"bugs": {

0 commit comments

Comments
 (0)